mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
treewide: adopt/co-maintain some packages (#355700)
This commit is contained in:
commit
69c07a1590
@ -313,5 +313,5 @@ in
|
||||
'';
|
||||
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ sigmasquadron ];
|
||||
}
|
||||
|
@ -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";
|
||||
};
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -56,6 +56,7 @@ stdenv.mkDerivation rec {
|
||||
ryneeverett
|
||||
alyaeanyx
|
||||
ryand56
|
||||
sigmasquadron
|
||||
];
|
||||
inherit (electron.meta) platforms;
|
||||
mainProgram = "freetube";
|
||||
|
@ -38,6 +38,7 @@ buildGo122Module rec {
|
||||
khaneliman
|
||||
paveloom
|
||||
starsep
|
||||
sigmasquadron
|
||||
];
|
||||
mainProgram = "lazygit";
|
||||
};
|
||||
|
@ -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.
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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";
|
||||
};
|
||||
|
||||
|
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user