unmaintain a bunch of packages

This commit is contained in:
Ludovic Courtès
2015-01-13 22:33:24 +01:00
parent 007628fd49
commit 41b53577a8
80 changed files with 71 additions and 82 deletions

View File

@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
homepage = http://www-sop.inria.fr/indes/fp/Bigloo/;
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ ludo thoughtpolice ];
maintainers = with stdenv.lib.maintainers; [ thoughtpolice ];
longDescription = ''
Bigloo is a Scheme implementation devoted to one goal: enabling

View File

@@ -265,7 +265,6 @@ stdenv.mkDerivation ({
maintainers = [
# Add your name here!
stdenv.lib.maintainers.ludo
stdenv.lib.maintainers.viric
];

View File

@@ -378,7 +378,6 @@ stdenv.mkDerivation ({
'';
maintainers = [
stdenv.lib.maintainers.ludo
stdenv.lib.maintainers.viric
];

View File

@@ -449,7 +449,6 @@ stdenv.mkDerivation ({
'';
maintainers = [
stdenv.lib.maintainers.ludo
stdenv.lib.maintainers.viric
];

View File

@@ -508,7 +508,7 @@ stdenv.mkDerivation ({
compiler used in the GNU system including the GNU/Linux variant.
'';
maintainers = with stdenv.lib.maintainers; [ ludo viric shlevy simons ];
maintainers = with stdenv.lib.maintainers; [ viric shlevy simons ];
# gnatboot is not available out of linux platforms, so we disable the darwin build
# for the gnat (ada compiler).

View File

@@ -494,7 +494,7 @@ stdenv.mkDerivation ({
compiler used in the GNU system including the GNU/Linux variant.
'';
maintainers = with stdenv.lib.maintainers; [ ludo viric shlevy simons ];
maintainers = with stdenv.lib.maintainers; [ viric shlevy simons ];
# gnatboot is not available out of linux platforms, so we disable the darwin build
# for the gnat (ada compiler).

View File

@@ -80,7 +80,7 @@ stdenv.mkDerivation {
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ludo ];
maintainers = [ ];
# Build fails on Cygwin and Darwin:
# <http://article.gmane.org/gmane.lisp.scheme.mit-scheme.devel/489>.