firefox-bin: Fix meta.license
This commit is contained in:
parent
dd2dedafa3
commit
1abc3e0155
|
@ -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;
|
||||||
|
|
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in New Issue