summary refs log tree commit diff
path: root/pkgs/development/tools/vagrant
diff options
context:
space:
mode:
authorAneesh Agrawal <aneeshusa@gmail.com>2020-03-24 01:21:22 -0400
committerAneesh Agrawal <aneeshusa@gmail.com>2020-03-24 01:21:22 -0400
commit6736b8a39ac9f6dfc0ec22621df66bfd1af92bb2 (patch)
tree6ce150e362b63742dd2acd02ee88a6ffb4368735 /pkgs/development/tools/vagrant
parent56e5bbf07daadeeaa24faf3db1af661cfb0b195c (diff)
downloadnixpkgs-6736b8a39ac9f6dfc0ec22621df66bfd1af92bb2.tar
nixpkgs-6736b8a39ac9f6dfc0ec22621df66bfd1af92bb2.tar.gz
nixpkgs-6736b8a39ac9f6dfc0ec22621df66bfd1af92bb2.tar.bz2
nixpkgs-6736b8a39ac9f6dfc0ec22621df66bfd1af92bb2.tar.lz
nixpkgs-6736b8a39ac9f6dfc0ec22621df66bfd1af92bb2.tar.xz
nixpkgs-6736b8a39ac9f6dfc0ec22621df66bfd1af92bb2.tar.zst
nixpkgs-6736b8a39ac9f6dfc0ec22621df66bfd1af92bb2.zip
vagrant: remove aneeshusa as maintainer
Diffstat (limited to 'pkgs/development/tools/vagrant')
-rw-r--r--pkgs/development/tools/vagrant/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/vagrant/default.nix b/pkgs/development/tools/vagrant/default.nix
index ee810012862..677fddd0f60 100644
--- a/pkgs/development/tools/vagrant/default.nix
+++ b/pkgs/development/tools/vagrant/default.nix
@@ -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;
   };
 }