forked from mirrors/nixpkgs
Unmaintain a bunch of packages
Trying to take maintainership more seriously... Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
cb9cc87a39
commit
ca116f76f9
|
@ -61,7 +61,5 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://www.freerdp.com/;
|
||||
|
||||
license = "free-non-copyleft";
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -70,8 +70,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://www.freerdp.com/;
|
||||
|
||||
license = "free-non-copyleft";
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -22,8 +22,6 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
license = "MIT/X11";
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -16,7 +16,5 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://www.bluez.org/;
|
||||
|
||||
licenses = stdenv.lib.licenses.gpl2;
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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" ];
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -45,8 +45,6 @@ stdenv.mkDerivation {
|
|||
description = "An Xorg driver for multitouch trackpads";
|
||||
|
||||
license = "gplv2";
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -46,8 +46,6 @@ stdenv.mkDerivation {
|
|||
description = "Brings multitouch gestures to the Linux desktop";
|
||||
|
||||
license = "gplv2";
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -31,7 +31,5 @@ stdenv.mkDerivation rec {
|
|||
description = "The xorg driver for nouveau-driven video cards";
|
||||
|
||||
license = "gplv2";
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -20,8 +20,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://cunit.sourceforge.net/;
|
||||
|
||||
license = "lgpl";
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue