summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/firefox/packages.nix
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2019-02-14 11:27:14 +0100
committerAndreas Rammhold <andreas@rammhold.de>2019-02-14 11:28:34 +0100
commit826611bef9e88d89ed0b20caf7cdfbd07a78e361 (patch)
treea6f987039b3541a21b45c456770e19e02b15dacd /pkgs/applications/networking/browsers/firefox/packages.nix
parent2f4c7f3f9282ad44e8554464bf6acef705449aba (diff)
downloadnixpkgs-826611bef9e88d89ed0b20caf7cdfbd07a78e361.tar
nixpkgs-826611bef9e88d89ed0b20caf7cdfbd07a78e361.tar.gz
nixpkgs-826611bef9e88d89ed0b20caf7cdfbd07a78e361.tar.bz2
nixpkgs-826611bef9e88d89ed0b20caf7cdfbd07a78e361.tar.lz
nixpkgs-826611bef9e88d89ed0b20caf7cdfbd07a78e361.tar.xz
nixpkgs-826611bef9e88d89ed0b20caf7cdfbd07a78e361.tar.zst
nixpkgs-826611bef9e88d89ed0b20caf7cdfbd07a78e361.zip
firefox: add andir (myself) as maintainer
I have been working on this for some time now so it probably makes
sense...
Diffstat (limited to 'pkgs/applications/networking/browsers/firefox/packages.nix')
-rw-r--r--pkgs/applications/networking/browsers/firefox/packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/packages.nix b/pkgs/applications/networking/browsers/firefox/packages.nix
index c971888573b..85645e04ef3 100644
--- a/pkgs/applications/networking/browsers/firefox/packages.nix
+++ b/pkgs/applications/networking/browsers/firefox/packages.nix
@@ -25,7 +25,7 @@ rec {
     meta = {
       description = "A web browser built from Firefox source tree";
       homepage = http://www.mozilla.com/en-US/firefox/;
-      maintainers = with lib.maintainers; [ eelco ];
+      maintainers = with lib.maintainers; [ eelco andir ];
       platforms = lib.platforms.unix;
       license = lib.licenses.mpl20;
     };