diff --git a/pkgs/by-name/li/librewolf-bin-unwrapped/package.nix b/pkgs/by-name/li/librewolf-bin-unwrapped/package.nix index 8ba4536b6953..17db5e94adf9 100644 --- a/pkgs/by-name/li/librewolf-bin-unwrapped/package.nix +++ b/pkgs/by-name/li/librewolf-bin-unwrapped/package.nix @@ -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 = [ ]; diff --git a/pkgs/by-name/li/librewolf-unwrapped/package.nix b/pkgs/by-name/li/librewolf-unwrapped/package.nix index 7acf0e75b074..22f0a83077c9 100644 --- a/pkgs/by-name/li/librewolf-unwrapped/package.nix +++ b/pkgs/by-name/li/librewolf-unwrapped/package.nix @@ -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 {