mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
librewolf-bin-unwrapped: add azahi to maintainers
This commit is contained in:
parent
4735bd1fb5
commit
5735bb4c26
1 changed files with 4 additions and 1 deletions
|
|
@ -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 = [ ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue