treewide: remove bluescreen303 as maintainer

This commit is contained in:
Michael Daniels 2025-06-16 22:11:22 -04:00
parent d1ad26b46d
commit d5f2c159eb
15 changed files with 0 additions and 18 deletions

View File

@ -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

View File

@ -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 ];
}; };
} }

View File

@ -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;

View File

@ -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;

View File

@ -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;
}; };
} }

View File

@ -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;
}; };
} }

View File

@ -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 ];
}; };
} }

View File

@ -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";
}; };
} }

View File

@ -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;
}; };
} }

View File

@ -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;

View File

@ -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";
}; };

View File

@ -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" ];
}; };

View File

@ -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;

View File

@ -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
]; ];
}; };
} }

View File

@ -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;