librewolf-unwrapped: add owners

Since the bot does not seem to pick up maintainers for changes to e.g.
`src.json` and so manual review is needed. This should resolve that.

+2
+1
ci/OWNERS
··· 230 230 /nixos/tests/snapcast.nix @mweinelt 231 231 232 232 # Browsers 233 + /pkgs/applications/networking/browsers/librewolf @squalus @DominicWrege @fpletz @LordGrimmauld 233 234 /pkgs/applications/networking/browsers/firefox @mweinelt 234 235 /pkgs/applications/networking/browsers/chromium @emilylange @networkException 235 236 /nixos/tests/chromium.nix @emilylange @networkException
+1
pkgs/applications/networking/browsers/librewolf/default.nix
··· 29 29 description = "Fork of Firefox, focused on privacy, security and freedom"; 30 30 homepage = "https://librewolf.net/"; 31 31 maintainers = with lib.maintainers; [ 32 + # Also update ci/OWNERS entry when changing maintainers 32 33 squalus 33 34 dwrege 34 35 fpletz