librewolf-unwrapped,librewolf-bin-unwrapped: add azahi to maintainers (#533046)
This commit is contained in:
@@ -106,7 +106,10 @@ stdenv.mkDerivation {
|
||||
description = "Fork of Firefox, focused on privacy, security and freedom (upstream binary release)";
|
||||
homepage = "https://librewolf.net";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ dwrege ];
|
||||
maintainers = with lib.maintainers; [
|
||||
azahi
|
||||
dwrege
|
||||
];
|
||||
platforms = builtins.attrNames mozillaPlatforms;
|
||||
mainProgram = "librewolf";
|
||||
hydraPlatforms = [ ];
|
||||
|
||||
@@ -29,6 +29,7 @@ in
|
||||
description = "Fork of Firefox, focused on privacy, security and freedom";
|
||||
homepage = "https://librewolf.net/";
|
||||
maintainers = with lib.maintainers; [
|
||||
azahi
|
||||
dwrege
|
||||
fpletz
|
||||
hythera
|
||||
@@ -42,9 +43,6 @@ in
|
||||
maxSilent = 14400; # 4h, double the default of 7200s (c.f. #129212, #129115)
|
||||
license = lib.licenses.mpl20;
|
||||
mainProgram = "librewolf";
|
||||
knownVulnerabilities = [
|
||||
"librewolf lacks an active committer in nixpkgs, consider using an alternative"
|
||||
];
|
||||
};
|
||||
tests = { inherit (nixosTests) librewolf; };
|
||||
updateScript = callPackage ./update.nix {
|
||||
|
||||
Reference in New Issue
Block a user