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

@ -61,7 +61,5 @@ stdenv.mkDerivation rec {
homepage = http://www.freerdp.com/;
license = "free-non-copyleft";
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

View File

@ -70,8 +70,6 @@ stdenv.mkDerivation rec {
homepage = http://www.freerdp.com/;
license = "free-non-copyleft";
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

View File

@ -20,8 +20,6 @@ stdenv.mkDerivation rec {
description = "A lightweight GTK2-based systray for UNIX desktop";
maintainers = [ stdenv.lib.maintainers.shlevy ];
platforms = stdenv.lib.platforms.linux;
};
}

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
description = "Library for reading and writing audio files in various formats";
homepage = http://www.68k.org/~michael/audiofile/;
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ lovek323 shlevy ];
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
};
}

View File

@ -18,7 +18,6 @@ stdenv.mkDerivation rec {
description = "A small, fast run-time speech synthesis engine";
homepage = http://www.speech.cs.cmu.edu/flite/index.html;
license = "free-non-copyleft";
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

View File

@ -13,7 +13,6 @@ stdenv.mkDerivation {
"Libraries to natively talk to Microsoft SQL Server and Sybase databases";
homepage = "http://www.freetds.org";
license = "lgpl";
maintainers = [ stdenv.lib.maintainers.shlevy ];
platforms = stdenv.lib.platforms.all;
};
}

View File

@ -22,8 +22,6 @@ stdenv.mkDerivation rec {
'';
license = "MIT/X11";
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

View File

@ -16,6 +16,5 @@ stdenv.mkDerivation rec {
description = "Voice recognition library written in C";
homepage = http://cmusphinx.sourceforge.net;
license = "free-non-copyleft";
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

View File

@ -16,7 +16,5 @@ stdenv.mkDerivation rec {
homepage = http://www.bluez.org/;
licenses = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

View File

@ -19,7 +19,6 @@ stdenv.mkDerivation (rec {
description = "Support Library for Pocketsphinx";
homepage = http://cmusphinx.sourceforge.net;
license = "free-non-copyleft";
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
} // (stdenv.lib.optionalAttrs multipleOutputs {
outputs = [ "out" "lib" "headers" ];

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation {
meta = {
description = "A sandbox-building game";
homepage = http://www.minecraft.net;
maintainers = [ stdenv.lib.maintainers.page stdenv.lib.maintainers.shlevy ];
maintainers = [ stdenv.lib.maintainers.page ];
license = "unfree-redistributable";
};
}

View File

@ -16,7 +16,6 @@ stdenv.mkDerivation rec {
description = "Firmware extractor for cards supported by the b43 kernel module";
homepage = http://wireless.kernel.org/en/users/Drivers/b43;
license = "free-non-copyleft";
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

View File

@ -23,7 +23,6 @@ stdenv.mkDerivation {
description = "Firmware for cards supported by the b43 kernel module";
homepage = http://wireless.kernel.org/en/users/Drivers/b43;
license = stdenv.lib.licenses.unfree;
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

View File

@ -75,6 +75,5 @@ stdenv.mkDerivation rec {
description = "A tool to handle hotkeys on Apple laptop keyboards";
homepage = http://www.technologeek.org/projects/pommed/index.html;
license = "gplv2";
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

View File

@ -45,8 +45,6 @@ stdenv.mkDerivation {
description = "An Xorg driver for multitouch trackpads";
license = "gplv2";
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

View File

@ -46,8 +46,6 @@ stdenv.mkDerivation {
description = "Brings multitouch gestures to the Linux desktop";
license = "gplv2";
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

View File

@ -31,7 +31,5 @@ stdenv.mkDerivation rec {
description = "The xorg driver for nouveau-driven video cards";
license = "gplv2";
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}

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 ];
};
}

View File

@ -1076,7 +1076,6 @@ pythonPackages = modules // import ./python-packages-generated.nix {
description = "Code coverage measurement for python";
homepage = http://nedbatchelder.com/code/coverage/;
license = pkgs.lib.licenses.bsd3;
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
};