unmaintain several packages

This commit is contained in:
Ludovic Courtès
2013-08-16 23:45:01 +02:00
parent 68ce9e91e1
commit 2e937c437a
136 changed files with 144 additions and 144 deletions
+1 -1
View File
@@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
# Licensing is a mess: http://www.swig.org/Release/LICENSE .
license = "BSD-style";
maintainers = with stdenv.lib.maintainers; [ ludo urkud ];
maintainers = with stdenv.lib.maintainers; [ urkud ];
};
}
+1 -1
View File
@@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
# Licensing is a mess: http://www.swig.org/Release/LICENSE .
license = "BSD-style";
maintainers = [ stdenv.lib.maintainers.ludo ];
maintainers = [ ];
};
}