Unmaintain a bunch of packages

Trying to take maintainership more seriously...

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy
2014-01-21 22:34:41 -05:00
parent cb9cc87a39
commit ca116f76f9
23 changed files with 3 additions and 33 deletions

View File

@@ -20,8 +20,6 @@ stdenv.mkDerivation rec {
homepage = http://cunit.sourceforge.net/;
license = "lgpl";
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

View File

@@ -87,8 +87,6 @@ stdenv.mkDerivation rec {
license = "GPLv3+";
maintainers = with stdenv.lib.maintainers; [ shlevy ];
platforms = if EFIsupport then
[ "i686-linux" "x86_64-linux" ]
else

View File

@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
homepage = http://www.datadoghq.com;
maintainers = [ stdenv.lib.maintainers.shlevy stdenv.lib.maintainers.iElectric ];
maintainers = [ stdenv.lib.maintainers.iElectric ];
license = stdenv.lib.licenses.bsd3;

View File

@@ -34,7 +34,6 @@ yes
description = "Open soruce host-based instrusion detection system";
homepage = http://www.ossec.net;
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

View File

@@ -15,6 +15,5 @@ stdenv.mkDerivation rec {
description = "Utilities for manipulating HTML and XML files";
homepage = http://www.w3.org/Tools/HTML-XML-utils/;
license = "free-non-copyleft";
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}