Remove bbenoist from maintainers

Sorry guys but I did not used Nix since months and cannot spend time
maintaining my previous work...
This commit is contained in:
Baptist BENOIST
2017-03-23 03:03:04 +01:00
parent 6a1e5cc2fa
commit 7d72b9b74e
14 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
'';
homepage = "http://sourceforge.net/projects/gmrun/";
license = "GPL";
maintainers = [ stdenv.lib.maintainers.bbenoist ];
maintainers = [];
platforms = stdenv.lib.platforms.all;
};
}