firefoxPackages: add licenses

tor-browser is bsd3
firefox is mpl20
wip/yesman
Matthew Bauer 6 years ago
parent e62996f65c
commit c6d55e92bb
  1. 2
      pkgs/applications/networking/browsers/firefox/packages.nix

@ -37,6 +37,7 @@ rec {
homepage = http://www.mozilla.com/en-US/firefox/;
maintainers = with lib.maintainers; [ eelco ];
platforms = lib.platforms.linux;
license = lib.licenses.mpl20;
};
updateScript = callPackage ./update.nix {
attrPath = "firefox-unwrapped";
@ -138,6 +139,7 @@ rec {
'';
homepage = https://www.torproject.org/projects/torbrowser.html;
platforms = lib.platforms.linux;
license = lib.licenses.bsd3;
};
};

Loading…
Cancel
Save