Merge pull request #150764 from lourkeur/thunderbird_license

thunderbird-bin: fix license
This commit is contained in:
Bobby Rong 2021-12-17 15:29:35 +08:00 committed by GitHub
commit 2d640d64d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [ ];
};
}