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; {
description = "Mozilla Firefox, free web browser";
description = "Mozilla Firefox, free web browser (binary package)";
homepage = http://www.mozilla.org/firefox/;
license = {
shortName = "unfree"; # not sure
fullName = "unfree";
free = false;
url = http://www.mozilla.org/en-US/foundation/trademarks/policy/;
};
platforms = platforms.linux;

View file

@ -141,11 +141,10 @@ stdenv.mkDerivation {
'';
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/;
license = {
shortName = "unfree"; # not sure
fullName = "unfree";
free = false;
url = http://www.mozilla.org/en-US/foundation/trademarks/policy/;
};
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];