1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

vagrant: remove aneeshusa as maintainer

This commit is contained in:
Aneesh Agrawal 2020-03-24 01:21:22 -04:00
parent 56e5bbf07d
commit 6736b8a39a

View file

@ -118,7 +118,7 @@ in buildRubyGem rec {
description = "A tool for building complete development environments";
homepage = https://www.vagrantup.com/;
license = licenses.mit;
maintainers = with maintainers; [ aneeshusa ma27 ];
maintainers = with maintainers; [ ma27 ];
platforms = with platforms; linux ++ darwin;
};
}