Skip to content

Commit a4bb031

Browse files
committed
firefox-devedition-unwrapped: add rhendric to maintainers
1 parent b4d421f commit a4bb031

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkgs/applications/networking/browsers/firefox/packages/firefox-devedition.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ buildMozillaMach rec {
2323
changelog = "https://www.mozilla.org/en-US/firefox/${lib.versions.majorMinor version}beta/releasenotes/";
2424
description = "Web browser built from Firefox Developer Edition source tree";
2525
homepage = "http://www.mozilla.com/en-US/firefox/";
26-
maintainers = with lib.maintainers; [ jopejoe1 ];
26+
maintainers = with lib.maintainers; [
27+
jopejoe1
28+
rhendric
29+
];
2730
platforms = lib.platforms.unix;
2831
broken = stdenv.buildPlatform.is32bit;
2932
# since Firefox 60, build on 32-bit platforms fails with "out of memory".

0 commit comments

Comments
 (0)