Skip to content

Commit

Permalink
treewide: adopt/co-maintain some packages (#355700)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-vdp authored Dec 5, 2024
2 parents a7564f0 + 2ed86e2 commit 69c07a1
Show file tree
Hide file tree
Showing 20 changed files with 24 additions and 19 deletions.
2 changes: 1 addition & 1 deletion nixos/modules/programs/fish.nix
Original file line number Diff line number Diff line change
Expand Up @@ -313,5 +313,5 @@ in
'';

};

meta.maintainers = with lib.maintainers; [ sigmasquadron ];
}
2 changes: 1 addition & 1 deletion pkgs/applications/editors/nano/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/keepassxc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/virtualization/OVMF/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
})
2 changes: 1 addition & 1 deletion pkgs/by-name/as/asciiquarium/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/ba/bat/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/cn/cntr/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/cr/cryfs/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/de/dev86/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
})
2 changes: 1 addition & 1 deletion pkgs/by-name/du/duf/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/er/er-patcher/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/ez/eza/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,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;
};
}
1 change: 1 addition & 0 deletions pkgs/by-name/fr/freetube/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ stdenv.mkDerivation rec {
ryneeverett
alyaeanyx
ryand56
sigmasquadron
];
inherit (electron.meta) platforms;
mainProgram = "freetube";
Expand Down
1 change: 1 addition & 0 deletions pkgs/by-name/la/lazygit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ buildGo122Module rec {
khaneliman
paveloom
starsep
sigmasquadron
];
mainProgram = "lazygit";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/mu/mullvad-browser/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/mu/music-player/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
4 changes: 2 additions & 2 deletions pkgs/by-name/se/seabios/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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 ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/st/steamguard-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/shells/fish/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};

Expand Down
5 changes: 4 additions & 1 deletion pkgs/tools/games/scarab/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit 69c07a1

Please sign in to comment.