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