firefoxPackages: add licenses
tor-browser is bsd3 firefox is mpl20
This commit is contained in:
parent
e62996f65c
commit
c6d55e92bb
@ -37,6 +37,7 @@ rec {
|
|||||||
homepage = http://www.mozilla.com/en-US/firefox/;
|
homepage = http://www.mozilla.com/en-US/firefox/;
|
||||||
maintainers = with lib.maintainers; [ eelco ];
|
maintainers = with lib.maintainers; [ eelco ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
|
license = lib.licenses.mpl20;
|
||||||
};
|
};
|
||||||
updateScript = callPackage ./update.nix {
|
updateScript = callPackage ./update.nix {
|
||||||
attrPath = "firefox-unwrapped";
|
attrPath = "firefox-unwrapped";
|
||||||
@ -138,6 +139,7 @@ rec {
|
|||||||
'';
|
'';
|
||||||
homepage = https://www.torproject.org/projects/torbrowser.html;
|
homepage = https://www.torproject.org/projects/torbrowser.html;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
|
license = lib.licenses.bsd3;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user