firefox-bin: Fix meta.license

This commit is contained in:
Eelco Dolstra 2014-11-25 16:28:55 +01:00
parent dd2dedafa3
commit 1abc3e0155
2 changed files with 4 additions and 6 deletions

View File

@ -151,11 +151,10 @@ stdenv.mkDerivation {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Mozilla Firefox, free web browser"; description = "Mozilla Firefox, free web browser (binary package)";
homepage = http://www.mozilla.org/firefox/; homepage = http://www.mozilla.org/firefox/;
license = { license = {
shortName = "unfree"; # not sure free = false;
fullName = "unfree";
url = http://www.mozilla.org/en-US/foundation/trademarks/policy/; url = http://www.mozilla.org/en-US/foundation/trademarks/policy/;
}; };
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -141,11 +141,10 @@ stdenv.mkDerivation {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Mozilla Thunderbird, a full-featured email client"; description = "Mozilla Thunderbird, a full-featured email client (binary package)";
homepage = http://www.mozilla.org/thunderbird/; homepage = http://www.mozilla.org/thunderbird/;
license = { license = {
shortName = "unfree"; # not sure free = false;
fullName = "unfree";
url = http://www.mozilla.org/en-US/foundation/trademarks/policy/; url = http://www.mozilla.org/en-US/foundation/trademarks/policy/;
}; };
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];