From 6736b8a39ac9f6dfc0ec22621df66bfd1af92bb2 Mon Sep 17 00:00:00 2001 From: Aneesh Agrawal Date: Tue, 24 Mar 2020 01:21:22 -0400 Subject: [PATCH] vagrant: remove aneeshusa as maintainer --- pkgs/development/tools/vagrant/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }