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";
meta.maintainers = with pkgs.lib.maintainers; [
bluescreen303
offline
phile314
niklaskorz

View File

@ -95,6 +95,5 @@ stdenv.mkDerivation rec {
'';
homepage = "http://www.andyetitmoves.net/";
license = licenses.unfree;
maintainers = with maintainers; [ bluescreen303 ];
};
}

View File

@ -57,7 +57,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/markfasheh/duperemove";
license = licenses.gpl2Only;
maintainers = with maintainers; [
bluescreen303
thoughtpolice
];
platforms = platforms.linux;

View File

@ -51,7 +51,6 @@ stdenv.mkDerivation rec {
homepage = "https://gpac.wp.imt.fr";
license = licenses.lgpl21;
maintainers = with maintainers; [
bluescreen303
mgdelacroix
];
platforms = platforms.unix;

View File

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

View File

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

View File

@ -49,6 +49,5 @@ stdenv.mkDerivation rec {
'';
homepage = "https://salsa.debian.org/debian/logcheck";
license = licenses.gpl2Plus;
maintainers = [ maintainers.bluescreen303 ];
};
}

View File

@ -30,7 +30,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.bluescreen303 ];
mainProgram = "safecopy";
};
}

View File

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

View File

@ -108,7 +108,6 @@ stdenv.mkDerivation rec {
license = licenses.lgpl21;
maintainers = with maintainers; [
bluescreen303
atemu
];
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";
homepage = "http://vobcopy.org/projects/c/c.shtml";
license = lib.licenses.gpl2Plus;
maintainers = [ lib.maintainers.bluescreen303 ];
platforms = lib.platforms.all;
mainProgram = "vobcopy";
};

View File

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

View File

@ -188,7 +188,6 @@ stdenv.mkDerivation rec {
inherit license;
maintainers = with maintainers; [
bluescreen303
offline
];
platforms = subtractLists systems.doubles.i686 systems.doubles.unix;

View File

@ -83,7 +83,6 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [
thoughtpolice
bluescreen303
];
};
}

View File

@ -104,7 +104,6 @@ buildPythonPackage rec {
'';
license = licenses.publicDomain;
maintainers = with maintainers; [
bluescreen303
fpletz
];
platforms = with platforms; linux ++ darwin;