about summary refs log tree commit diff
path: root/pkgs/development/tools
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
parent56e5bbf07daadeeaa24faf3db1af661cfb0b195c (diff)
downloadnixlib-6736b8a39ac9f6dfc0ec22621df66bfd1af92bb2.tar
nixlib-6736b8a39ac9f6dfc0ec22621df66bfd1af92bb2.tar.gz
nixlib-6736b8a39ac9f6dfc0ec22621df66bfd1af92bb2.tar.bz2
nixlib-6736b8a39ac9f6dfc0ec22621df66bfd1af92bb2.tar.lz
nixlib-6736b8a39ac9f6dfc0ec22621df66bfd1af92bb2.tar.xz
nixlib-6736b8a39ac9f6dfc0ec22621df66bfd1af92bb2.tar.zst
nixlib-6736b8a39ac9f6dfc0ec22621df66bfd1af92bb2.zip
vagrant: remove aneeshusa as maintainer
Diffstat (limited to 'pkgs/development/tools')
-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 ee8100128620..677fddd0f60a 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;
   };
 }