about summary refs log tree commit diff
path: root/pkgs/development/tools/vagrant
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2023-03-03 21:17:25 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2023-03-03 21:25:26 +0100
commite62c913822079b3858cc8356c803cd92dcc42c65 (patch)
tree316384dd631ede2fef1c688fa90bb361f8bd8819 /pkgs/development/tools/vagrant
parentf43792f70c6ee228010236aaa519dcf7b695c34f (diff)
downloadnixlib-e62c913822079b3858cc8356c803cd92dcc42c65.tar
nixlib-e62c913822079b3858cc8356c803cd92dcc42c65.tar.gz
nixlib-e62c913822079b3858cc8356c803cd92dcc42c65.tar.bz2
nixlib-e62c913822079b3858cc8356c803cd92dcc42c65.tar.lz
nixlib-e62c913822079b3858cc8356c803cd92dcc42c65.tar.xz
nixlib-e62c913822079b3858cc8356c803cd92dcc42c65.tar.zst
nixlib-e62c913822079b3858cc8356c803cd92dcc42c65.zip
treewide: remove ma27 from a bunch of packages (again)
Some of the stuff used to be needed for a project, for others I found
alternatives that suited better my needs. Anyways, I don't intend to
spend time maintaining these, so no need to keep that.
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 3920e4fcac04..468677423932 100644
--- a/pkgs/development/tools/vagrant/default.nix
+++ b/pkgs/development/tools/vagrant/default.nix
@@ -112,7 +112,7 @@ in buildRubyGem rec {
     description = "A tool for building complete development environments";
     homepage = "https://www.vagrantup.com/";
     license = licenses.mit;
-    maintainers = with maintainers; [ ma27 ];
+    maintainers = with maintainers; [ ];
     platforms = with platforms; linux ++ darwin;
   };
 }