Orphan most of my packages (#365789)
This commit is contained in:
@@ -85,7 +85,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
homepage = "http://gkrellm.srcbox.net";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ khumba ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -70,7 +70,6 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
homepage = "https://www.samba.org/ftp/paulus/";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ khumba ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -83,6 +83,5 @@ stdenv.mkDerivation rec {
|
||||
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ khumba ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,7 +35,6 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
maintainers = [ maintainers.khumba ];
|
||||
license = [ licenses.gpl2Only ];
|
||||
platforms = [
|
||||
"i686-linux"
|
||||
|
||||
@@ -33,10 +33,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [
|
||||
khumba
|
||||
ahoneybun
|
||||
];
|
||||
maintainers = with lib.maintainers; [ ahoneybun ];
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = [
|
||||
"i686-linux"
|
||||
|
||||
@@ -35,7 +35,6 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
maintainers = [ lib.maintainers.khumba ];
|
||||
license = [ lib.licenses.gpl2Plus ];
|
||||
platforms = [
|
||||
"i686-linux"
|
||||
|
||||
Reference in New Issue
Block a user