about summary refs log tree commit diff
path: root/pkgs/tools/system/efibootmgr
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2015-07-01 08:11:05 -0400
committerShea Levy <shea@shealevy.com>2015-07-01 08:11:05 -0400
commit145768bf9b96f2d7cd8fdc8ce9dbf3b27a713796 (patch)
tree25be91a1cd61c8f3cb870842310af47fd87f0226 /pkgs/tools/system/efibootmgr
parentf667310c066ca7f773518b2efb94e76ebea08163 (diff)
Unmaintain a bunch of packages
Diffstat (limited to 'pkgs/tools/system/efibootmgr')
-rw-r--r--pkgs/tools/system/efibootmgr/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/system/efibootmgr/default.nix b/pkgs/tools/system/efibootmgr/default.nix
index 6364267fc4796..39fe1bdf09a30 100644
--- a/pkgs/tools/system/efibootmgr/default.nix
+++ b/pkgs/tools/system/efibootmgr/default.nix
@@ -27,7 +27,6 @@ stdenv.mkDerivation rec {
     description = "A Linux user-space application to modify the Intel Extensible Firmware Interface (EFI) Boot Manager";
     homepage = http://linux.dell.com/efibootmgr/;
     license = licenses.gpl2;
-    maintainers = with maintainers; [ shlevy ];
     platforms = platforms.linux;
   };
 }