3
0
Fork 0
forked from mirrors/nixpkgs

thunderbird-bin: fix license

This commit is contained in:
Louis Bettens 2021-12-14 22:26:54 +01:00
parent b0bf5f888d
commit edfa122e1b

View file

@ -183,11 +183,9 @@ stdenv.mkDerivation {
meta = with lib; {
description = "Mozilla Thunderbird, a full-featured email client (binary package)";
homepage = "http://www.mozilla.org/thunderbird/";
license = {
free = false;
url = "http://www.mozilla.org/en-US/foundation/trademarks/policy/";
};
license = licenses.mpl20;
maintainers = with lib.maintainers; [ ];
platforms = platforms.linux;
hydraPlatforms = [ ];
};
}