treewide: remove bluescreen303 as maintainer
This commit is contained in:
parent
d1ad26b46d
commit
d5f2c159eb
@ -12,7 +12,6 @@ in
|
|||||||
{
|
{
|
||||||
name = "mongodb";
|
name = "mongodb";
|
||||||
meta.maintainers = with pkgs.lib.maintainers; [
|
meta.maintainers = with pkgs.lib.maintainers; [
|
||||||
bluescreen303
|
|
||||||
offline
|
offline
|
||||||
phile314
|
phile314
|
||||||
niklaskorz
|
niklaskorz
|
||||||
|
|||||||
@ -95,6 +95,5 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
homepage = "http://www.andyetitmoves.net/";
|
homepage = "http://www.andyetitmoves.net/";
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
maintainers = with maintainers; [ bluescreen303 ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -57,7 +57,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/markfasheh/duperemove";
|
homepage = "https://github.com/markfasheh/duperemove";
|
||||||
license = licenses.gpl2Only;
|
license = licenses.gpl2Only;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
bluescreen303
|
|
||||||
thoughtpolice
|
thoughtpolice
|
||||||
];
|
];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
|||||||
@ -51,7 +51,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://gpac.wp.imt.fr";
|
homepage = "https://gpac.wp.imt.fr";
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
bluescreen303
|
|
||||||
mgdelacroix
|
mgdelacroix
|
||||||
];
|
];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
|||||||
@ -27,8 +27,6 @@ stdenv.mkDerivation rec {
|
|||||||
mainProgram = "dotlockfile";
|
mainProgram = "dotlockfile";
|
||||||
homepage = "http://packages.debian.org/unstable/libs/liblockfile1";
|
homepage = "http://packages.debian.org/unstable/libs/liblockfile1";
|
||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
|
|
||||||
maintainers = [ lib.maintainers.bluescreen303 ];
|
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -33,8 +33,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Programs for locking and unlocking files and mailboxes";
|
description = "Programs for locking and unlocking files and mailboxes";
|
||||||
homepage = "http://packages.debian.org/sid/lockfile-progs";
|
homepage = "http://packages.debian.org/sid/lockfile-progs";
|
||||||
license = lib.licenses.gpl2Only;
|
license = lib.licenses.gpl2Only;
|
||||||
|
|
||||||
maintainers = [ lib.maintainers.bluescreen303 ];
|
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -49,6 +49,5 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
homepage = "https://salsa.debian.org/debian/logcheck";
|
homepage = "https://salsa.debian.org/debian/logcheck";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = [ maintainers.bluescreen303 ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -30,7 +30,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
|
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = [ lib.maintainers.bluescreen303 ];
|
|
||||||
mainProgram = "safecopy";
|
mainProgram = "safecopy";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -29,7 +29,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Protocol headers for the SPICE protocol";
|
description = "Protocol headers for the SPICE protocol";
|
||||||
homepage = "https://www.spice-space.org/";
|
homepage = "https://www.spice-space.org/";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ bluescreen303 ];
|
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -108,7 +108,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
|
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
bluescreen303
|
|
||||||
atemu
|
atemu
|
||||||
];
|
];
|
||||||
platforms = with platforms; linux ++ darwin;
|
platforms = with platforms; linux ++ darwin;
|
||||||
|
|||||||
@ -28,8 +28,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Copies DVD .vob files to harddisk, decrypting them on the way";
|
description = "Copies DVD .vob files to harddisk, decrypting them on the way";
|
||||||
homepage = "http://vobcopy.org/projects/c/c.shtml";
|
homepage = "http://vobcopy.org/projects/c/c.shtml";
|
||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
|
|
||||||
maintainers = [ lib.maintainers.bluescreen303 ];
|
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
mainProgram = "vobcopy";
|
mainProgram = "vobcopy";
|
||||||
};
|
};
|
||||||
|
|||||||
@ -58,7 +58,6 @@ stdenv.mkDerivation rec {
|
|||||||
mainProgram = "i7z";
|
mainProgram = "i7z";
|
||||||
homepage = "https://github.com/DimitryAndric/i7z";
|
homepage = "https://github.com/DimitryAndric/i7z";
|
||||||
license = licenses.gpl2Only;
|
license = licenses.gpl2Only;
|
||||||
maintainers = with maintainers; [ bluescreen303 ];
|
|
||||||
# broken on ARM
|
# broken on ARM
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
|
|||||||
@ -188,7 +188,6 @@ stdenv.mkDerivation rec {
|
|||||||
inherit license;
|
inherit license;
|
||||||
|
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
bluescreen303
|
|
||||||
offline
|
offline
|
||||||
];
|
];
|
||||||
platforms = subtractLists systems.doubles.i686 systems.doubles.unix;
|
platforms = subtractLists systems.doubles.i686 systems.doubles.unix;
|
||||||
|
|||||||
@ -83,7 +83,6 @@ stdenv.mkDerivation rec {
|
|||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
thoughtpolice
|
thoughtpolice
|
||||||
bluescreen303
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -104,7 +104,6 @@ buildPythonPackage rec {
|
|||||||
'';
|
'';
|
||||||
license = licenses.publicDomain;
|
license = licenses.publicDomain;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
bluescreen303
|
|
||||||
fpletz
|
fpletz
|
||||||
];
|
];
|
||||||
platforms = with platforms; linux ++ darwin;
|
platforms = with platforms; linux ++ darwin;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user