firefoxPackages: add licenses

tor-browser is bsd3
firefox is mpl20
This commit is contained in:
Matthew Bauer 2018-08-06 10:13:50 -04:00
parent e62996f65c
commit c6d55e92bb

View File

@ -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;
};
};