From 6b6bbe1aae8c423ff7ab2faedd24a9532b8d15f2 Mon Sep 17 00:00:00 2001 From: Fernando Rodrigues Date: Wed, 13 Nov 2024 16:36:34 +0000 Subject: [PATCH 01/19] nano: add sigmasquadron as co-maintainer Signed-off-by: Fernando Rodrigues --- pkgs/applications/editors/nano/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/nano/default.nix b/pkgs/applications/editors/nano/default.nix index 432d297aea5e8..76fd7cea62380 100644 --- a/pkgs/applications/editors/nano/default.nix +++ b/pkgs/applications/editors/nano/default.nix @@ -76,7 +76,7 @@ in stdenv.mkDerivation rec { homepage = "https://www.nano-editor.org/"; description = "Small, user-friendly console text editor"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ joachifm nequissimus ]; + maintainers = with maintainers; [ joachifm nequissimus sigmasquadron ]; platforms = platforms.all; mainProgram = "nano"; }; From d890c3f858939fb2c696d3cea0110e7f9830e5fc Mon Sep 17 00:00:00 2001 From: Fernando Rodrigues Date: Wed, 13 Nov 2024 16:36:57 +0000 Subject: [PATCH 02/19] keepassxc: add sigmasquadron as co-maintainer Signed-off-by: Fernando Rodrigues --- pkgs/applications/misc/keepassxc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/keepassxc/default.nix b/pkgs/applications/misc/keepassxc/default.nix index e548e2ee6b7e4..941c658fea71b 100644 --- a/pkgs/applications/misc/keepassxc/default.nix +++ b/pkgs/applications/misc/keepassxc/default.nix @@ -154,7 +154,7 @@ stdenv.mkDerivation rec { homepage = "https://keepassxc.org/"; license = licenses.gpl2Plus; mainProgram = "keepassxc"; - maintainers = with maintainers; [ blankparticle ]; + maintainers = with maintainers; [ blankparticle sigmasquadron ]; platforms = platforms.linux ++ platforms.darwin; }; } From 4a972e31157759d33a4651575d6c307e2117b6a8 Mon Sep 17 00:00:00 2001 From: Fernando Rodrigues Date: Wed, 13 Nov 2024 16:37:15 +0000 Subject: [PATCH 03/19] OVMF: add sigmasquadron as co-maintainer Signed-off-by: Fernando Rodrigues --- pkgs/applications/virtualization/OVMF/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/virtualization/OVMF/default.nix b/pkgs/applications/virtualization/OVMF/default.nix index 35336ad8ad3f3..ac2f2f2302f56 100644 --- a/pkgs/applications/virtualization/OVMF/default.nix +++ b/pkgs/applications/virtualization/OVMF/default.nix @@ -205,7 +205,7 @@ edk2.mkDerivation projectDscPath (finalAttrs: { homepage = "https://github.com/tianocore/tianocore.github.io/wiki/OVMF"; license = lib.licenses.bsd2; platforms = metaPlatforms; - maintainers = with lib.maintainers; [ adamcstephens raitobezarius mjoerg ]; + maintainers = with lib.maintainers; [ adamcstephens raitobezarius mjoerg sigmasquadron ]; broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64; }; }) From aac54d9b210f1e9b59911d9b10457ac4debfb890 Mon Sep 17 00:00:00 2001 From: Fernando Rodrigues Date: Wed, 13 Nov 2024 16:37:21 +0000 Subject: [PATCH 04/19] asciiquarium: add sigmasquadron as co-maintainer Signed-off-by: Fernando Rodrigues --- pkgs/by-name/as/asciiquarium/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/as/asciiquarium/package.nix b/pkgs/by-name/as/asciiquarium/package.nix index 0ab79bb2134ab..7ebf58e34978c 100644 --- a/pkgs/by-name/as/asciiquarium/package.nix +++ b/pkgs/by-name/as/asciiquarium/package.nix @@ -26,6 +26,6 @@ in stdenv.mkDerivation { homepage = "https://robobunny.com/projects/asciiquarium/html/"; license = licenses.gpl2; platforms = platforms.unix; - maintainers = [ maintainers.utdemir ]; + maintainers = with maintainers; [ sigmasquadron utdemir ]; }; } From f611da92a7badc165c06938a106cb898ffd06a37 Mon Sep 17 00:00:00 2001 From: Fernando Rodrigues Date: Wed, 13 Nov 2024 16:37:25 +0000 Subject: [PATCH 05/19] bat: add sigmasquadron as co-maintainer Signed-off-by: Fernando Rodrigues --- pkgs/by-name/ba/bat/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ba/bat/package.nix b/pkgs/by-name/ba/bat/package.nix index 747566e8c19c8..978ca06a47f34 100644 --- a/pkgs/by-name/ba/bat/package.nix +++ b/pkgs/by-name/ba/bat/package.nix @@ -75,6 +75,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/sharkdp/bat/raw/v${version}/CHANGELOG.md"; license = with licenses; [ asl20 /* or */ mit ]; mainProgram = "bat"; - maintainers = with maintainers; [ dywedir zowoq SuperSandro2000 ]; + maintainers = with maintainers; [ dywedir zowoq SuperSandro2000 sigmasquadron ]; }; } From 03b4c534849dd48914b93d2ba66b409915d8cc42 Mon Sep 17 00:00:00 2001 From: Fernando Rodrigues Date: Wed, 13 Nov 2024 16:37:29 +0000 Subject: [PATCH 06/19] cntr: add sigmasquadron as co-maintainer Signed-off-by: Fernando Rodrigues --- pkgs/by-name/cn/cntr/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/cn/cntr/package.nix b/pkgs/by-name/cn/cntr/package.nix index 188032d2b9666..0a4f9b999d946 100644 --- a/pkgs/by-name/cn/cntr/package.nix +++ b/pkgs/by-name/cn/cntr/package.nix @@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/Mic92/cntr"; license = licenses.mit; platforms = platforms.linux; - maintainers = [ maintainers.mic92 ]; + maintainers = with maintainers; [ mic92 sigmasquadron ]; mainProgram = "cntr"; }; } From 8050a6bbc3939540a2cdc36be983c87cade3bdec Mon Sep 17 00:00:00 2001 From: Fernando Rodrigues Date: Wed, 13 Nov 2024 16:37:33 +0000 Subject: [PATCH 07/19] cryfs: add sigmasquadron as co-maintainer Signed-off-by: Fernando Rodrigues --- pkgs/by-name/cr/cryfs/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/cr/cryfs/package.nix b/pkgs/by-name/cr/cryfs/package.nix index 52444e56cb05c..6d64973e8cebe 100644 --- a/pkgs/by-name/cr/cryfs/package.nix +++ b/pkgs/by-name/cr/cryfs/package.nix @@ -75,7 +75,7 @@ stdenv.mkDerivation rec { homepage = "https://www.cryfs.org/"; changelog = "https://github.com/cryfs/cryfs/raw/${version}/ChangeLog.txt"; license = licenses.lgpl3Only; - maintainers = with maintainers; [ peterhoeg c0bw3b ]; + maintainers = with maintainers; [ peterhoeg c0bw3b sigmasquadron ]; platforms = platforms.unix; }; } From 9374b8b083b2599191c4c993e9a1338f92f151ac Mon Sep 17 00:00:00 2001 From: Fernando Rodrigues Date: Wed, 13 Nov 2024 16:37:39 +0000 Subject: [PATCH 08/19] dev86: add sigmasquadron as co-maintainer Signed-off-by: Fernando Rodrigues --- pkgs/by-name/de/dev86/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/de/dev86/package.nix b/pkgs/by-name/de/dev86/package.nix index c42c4ce88c157..e3da58d11f749 100644 --- a/pkgs/by-name/de/dev86/package.nix +++ b/pkgs/by-name/de/dev86/package.nix @@ -29,7 +29,7 @@ stdenv.mkDerivation (finalAttrs: { description = "C compiler, assembler and linker environment for the production of 8086 executables"; license = lib.licenses.gpl2Plus; - maintainers = [ lib.maintainers.AndersonTorres ]; + maintainers = with lib.maintainers; [ AndersonTorres sigmasquadron ]; platforms = lib.platforms.linux; }; }) From 817bda8d0556c94edebed004939cc0a0854d0ff4 Mon Sep 17 00:00:00 2001 From: Fernando Rodrigues Date: Wed, 13 Nov 2024 16:37:43 +0000 Subject: [PATCH 09/19] duf: add sigmasquadron as co-maintainer Signed-off-by: Fernando Rodrigues --- pkgs/by-name/du/duf/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/du/duf/package.nix b/pkgs/by-name/du/duf/package.nix index 5c2ccb5717fc0..0fb2846297d73 100644 --- a/pkgs/by-name/du/duf/package.nix +++ b/pkgs/by-name/du/duf/package.nix @@ -25,7 +25,7 @@ buildGoModule rec { homepage = "https://github.com/muesli/duf/"; description = "Disk Usage/Free Utility"; license = licenses.mit; - maintainers = with maintainers; [ figsoda penguwin ]; + maintainers = with maintainers; [ figsoda penguwin sigmasquadron ]; mainProgram = "duf"; }; } From ec3d4c6c836a9dc8d85dd97a6a7cb5ac9bccb41d Mon Sep 17 00:00:00 2001 From: Fernando Rodrigues Date: Wed, 13 Nov 2024 16:37:50 +0000 Subject: [PATCH 10/19] er-patcher: adopt Signed-off-by: Fernando Rodrigues --- pkgs/by-name/er/er-patcher/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/er/er-patcher/package.nix b/pkgs/by-name/er/er-patcher/package.nix index 79ba027d4c96a..d3a02fac46b1a 100644 --- a/pkgs/by-name/er/er-patcher/package.nix +++ b/pkgs/by-name/er/er-patcher/package.nix @@ -35,7 +35,7 @@ stdenvNoCC.mkDerivation rec { that ensures the patched executable is never run with EAC enabled (unless explicity told to do so). Use at your own risk! ''; license = licenses.mit; - maintainers = [ ]; + maintainers = [ lib.maintainers.sigmasquadron ]; mainProgram = "er-patcher"; }; } From 33cbff8371b8cdfc818762fd4457245e63afbe41 Mon Sep 17 00:00:00 2001 From: Fernando Rodrigues Date: Wed, 13 Nov 2024 16:37:55 +0000 Subject: [PATCH 11/19] eza: add sigmasquadron as co-maintainer Signed-off-by: Fernando Rodrigues --- pkgs/by-name/ez/eza/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ez/eza/package.nix b/pkgs/by-name/ez/eza/package.nix index 9452224d83908..00bb0522873e1 100644 --- a/pkgs/by-name/ez/eza/package.nix +++ b/pkgs/by-name/ez/eza/package.nix @@ -65,7 +65,7 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/eza-community/eza/releases/tag/v${version}"; license = licenses.eupl12; mainProgram = "eza"; - maintainers = with maintainers; [ cafkafk _9glenda ]; + maintainers = with maintainers; [ cafkafk _9glenda sigmasquadron ]; platforms = platforms.unix ++ platforms.windows; }; } From 7fccd0fad5f654d338ed3be34b3a0ba06a1f20ce Mon Sep 17 00:00:00 2001 From: Fernando Rodrigues Date: Wed, 13 Nov 2024 16:38:00 +0000 Subject: [PATCH 12/19] freetube: add sigmasquadron as co-maintainer Signed-off-by: Fernando Rodrigues --- pkgs/by-name/fr/freetube/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/fr/freetube/package.nix b/pkgs/by-name/fr/freetube/package.nix index 77959f42af416..07e1b71c3d2f3 100644 --- a/pkgs/by-name/fr/freetube/package.nix +++ b/pkgs/by-name/fr/freetube/package.nix @@ -56,6 +56,7 @@ stdenv.mkDerivation rec { ryneeverett alyaeanyx ryand56 + sigmasquadron ]; inherit (electron.meta) platforms; mainProgram = "freetube"; From dca118b096a82bccd59bf4f1ea119d6ada3d6bd2 Mon Sep 17 00:00:00 2001 From: Fernando Rodrigues Date: Wed, 13 Nov 2024 16:38:04 +0000 Subject: [PATCH 13/19] lazygit: add sigmasquadron as co-maintainer Signed-off-by: Fernando Rodrigues --- pkgs/by-name/la/lazygit/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/la/lazygit/package.nix b/pkgs/by-name/la/lazygit/package.nix index d1fcbdcc7b0e3..09826db219ec6 100644 --- a/pkgs/by-name/la/lazygit/package.nix +++ b/pkgs/by-name/la/lazygit/package.nix @@ -37,6 +37,7 @@ buildGoModule rec { khaneliman paveloom starsep + sigmasquadron ]; mainProgram = "lazygit"; }; From 5b97724312802db9609f281b83fc5daa38b6064e Mon Sep 17 00:00:00 2001 From: Fernando Rodrigues Date: Wed, 13 Nov 2024 16:38:10 +0000 Subject: [PATCH 14/19] mullvad-browser: add sigmasquadron as co-maintainer Signed-off-by: Fernando Rodrigues --- pkgs/by-name/mu/mullvad-browser/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/mu/mullvad-browser/package.nix b/pkgs/by-name/mu/mullvad-browser/package.nix index 9f46d11f6a43e..3a9363112d65c 100644 --- a/pkgs/by-name/mu/mullvad-browser/package.nix +++ b/pkgs/by-name/mu/mullvad-browser/package.nix @@ -278,7 +278,7 @@ stdenv.mkDerivation rec { mainProgram = "mullvad-browser"; homepage = "https://mullvad.net/en/browser"; platforms = attrNames sources; - maintainers = with maintainers; [ felschr panicgh ]; + maintainers = with maintainers; [ felschr panicgh sigmasquadron ]; # MPL2.0+, GPL+, &c. While it's not entirely clear whether # the compound is "libre" in a strict sense (some components place certain # restrictions on redistribution), it's free enough for our purposes. From ab413c8047b155342d8f5c9d99dbeae942d4bf69 Mon Sep 17 00:00:00 2001 From: Fernando Rodrigues Date: Wed, 13 Nov 2024 16:38:17 +0000 Subject: [PATCH 15/19] music-player: adopt Signed-off-by: Fernando Rodrigues --- pkgs/by-name/mu/music-player/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/mu/music-player/package.nix b/pkgs/by-name/mu/music-player/package.nix index 1aaf189dc2c1c..3ff1da09e4515 100644 --- a/pkgs/by-name/mu/music-player/package.nix +++ b/pkgs/by-name/mu/music-player/package.nix @@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/tsirysndr/music-player"; changelog = "https://github.com/tsirysndr/music-player/releases/tag/v${version}"; license = lib.licenses.mit; - maintainers = [ ]; + maintainers = [ lib.maintainers.sigmasquadron ]; mainProgram = "music-player"; }; } From 4f41851f812e94128eec495f4cfd8f74dadf206d Mon Sep 17 00:00:00 2001 From: Fernando Rodrigues Date: Wed, 13 Nov 2024 16:38:39 +0000 Subject: [PATCH 16/19] steamguard-cli: add sigmasquadron as co-maintainer Signed-off-by: Fernando Rodrigues --- pkgs/by-name/st/steamguard-cli/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/st/steamguard-cli/package.nix b/pkgs/by-name/st/steamguard-cli/package.nix index c5e8ac3f29e5e..5293f90e7ebd1 100644 --- a/pkgs/by-name/st/steamguard-cli/package.nix +++ b/pkgs/by-name/st/steamguard-cli/package.nix @@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/dyc3/steamguard-cli"; license = with licenses; [ gpl3Only ]; mainProgram = "steamguard"; - maintainers = with maintainers; [ surfaceflinger ]; + maintainers = with maintainers; [ surfaceflinger sigmasquadron ]; platforms = platforms.linux; }; } From d4f3fe7de3c08389160b9ed1c3b057b959d20fe3 Mon Sep 17 00:00:00 2001 From: Fernando Rodrigues Date: Wed, 13 Nov 2024 16:38:42 +0000 Subject: [PATCH 17/19] fish: add sigmasquadron as co-maintainer Signed-off-by: Fernando Rodrigues --- nixos/modules/programs/fish.nix | 2 +- pkgs/shells/fish/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/programs/fish.nix b/nixos/modules/programs/fish.nix index ef31a404bcb80..4d1eb6c36d997 100644 --- a/nixos/modules/programs/fish.nix +++ b/nixos/modules/programs/fish.nix @@ -313,5 +313,5 @@ in ''; }; - + meta.maintainers = with lib.maintainers; [ sigmasquadron ]; } diff --git a/pkgs/shells/fish/default.nix b/pkgs/shells/fish/default.nix index 75353691a6638..16462ba09f6e4 100644 --- a/pkgs/shells/fish/default.nix +++ b/pkgs/shells/fish/default.nix @@ -315,7 +315,7 @@ let changelog = "https://github.com/fish-shell/fish-shell/releases/tag/${version}"; license = licenses.gpl2Only; platforms = platforms.unix; - maintainers = with maintainers; [ adamcstephens cole-h winter ]; + maintainers = with maintainers; [ adamcstephens cole-h winter sigmasquadron ]; mainProgram = "fish"; }; From ade41e6fd7832b4696be7cae737a59d076cbae16 Mon Sep 17 00:00:00 2001 From: Fernando Rodrigues Date: Wed, 13 Nov 2024 16:38:48 +0000 Subject: [PATCH 18/19] scarab: add sigmasquadron as co-maintainer Signed-off-by: Fernando Rodrigues --- pkgs/tools/games/scarab/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/games/scarab/default.nix b/pkgs/tools/games/scarab/default.nix index 62cd0f2b4c4ac..4bf15142a618f 100644 --- a/pkgs/tools/games/scarab/default.nix +++ b/pkgs/tools/games/scarab/default.nix @@ -76,7 +76,10 @@ buildDotnetModule rec { downloadPage = "https://github.com/fifty-six/Scarab/releases"; changelog = "https://github.com/fifty-six/Scarab/releases/tag/v${version}"; license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ huantian ]; + maintainers = with lib.maintainers; [ + huantian + sigmasquadron + ]; mainProgram = "Scarab"; platforms = lib.platforms.linux; }; From 2ed86e28551d21963ce6f27b85ead00a133446be Mon Sep 17 00:00:00 2001 From: Fernando Rodrigues Date: Sat, 23 Nov 2024 20:15:11 -0300 Subject: [PATCH 19/19] seabios: adopt Also removes an unused parenthesis. Signed-off-by: Fernando Rodrigues --- pkgs/by-name/se/seabios/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/se/seabios/package.nix b/pkgs/by-name/se/seabios/package.nix index a6070810332ba..619db76a88d80 100644 --- a/pkgs/by-name/se/seabios/package.nix +++ b/pkgs/by-name/se/seabios/package.nix @@ -9,7 +9,7 @@ ___build-type ? "csm", }: -assert lib.elem (___build-type) [ +assert lib.elem ___build-type [ "coreboot" # SeaBIOS with CSM (Compatible Support Module) support; learn more at # https://www.electronicshub.org/what-is-csm-bios/ @@ -103,7 +103,7 @@ stdenv.mkDerivation (finalAttrs: { use of coreboot. ''; license = with lib.licenses; [ lgpl3Plus ]; - maintainers = with lib.maintainers; [ ]; + maintainers = with lib.maintainers; [ sigmasquadron ]; platforms = lib.systems.inspect.patternLogicalAnd lib.systems.inspect.patterns.isUnix lib.systems.inspect.patterns.isx86; badPlatforms = [ lib.systems.inspect.patterns.isDarwin ]; };