Follow Mozilla homepages migrations. (.com -> .org)
svn path=/nixpkgs/trunk/; revision=28722
This commit is contained in:
parent
0c3490e94a
commit
2defa3e715
@ -101,7 +101,7 @@ rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Mozilla Firefox XUL runner";
|
description = "Mozilla Firefox XUL runner";
|
||||||
homepage = http://www.mozilla.com/en-US/firefox/;
|
homepage = http://www.mozilla.org/en-US/firefox/;
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru = { inherit gtk; version = xulVersion; };
|
passthru = { inherit gtk; version = xulVersion; };
|
||||||
@ -141,7 +141,7 @@ rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Mozilla Firefox - the browser, reloaded";
|
description = "Mozilla Firefox - the browser, reloaded";
|
||||||
homepage = http://www.mozilla.com/en-US/firefox/;
|
homepage = http://www.mozilla.org/en-US/firefox/;
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
|
@ -108,7 +108,7 @@ rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Mozilla Firefox XUL runner";
|
description = "Mozilla Firefox XUL runner";
|
||||||
homepage = http://www.mozilla.com/en-US/firefox/;
|
homepage = http://www.mozilla.org/en-US/firefox/;
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru = { inherit gtk; version = xulVersion; };
|
passthru = { inherit gtk; version = xulVersion; };
|
||||||
@ -154,7 +154,7 @@ rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Mozilla Firefox - the browser, reloaded";
|
description = "Mozilla Firefox - the browser, reloaded";
|
||||||
homepage = http://www.mozilla.com/en-US/firefox/;
|
homepage = http://www.mozilla.org/en-US/firefox/;
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
|
@ -108,7 +108,7 @@ rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Mozilla Firefox XUL runner";
|
description = "Mozilla Firefox XUL runner";
|
||||||
homepage = http://www.mozilla.com/en-US/firefox/;
|
homepage = http://www.mozilla.org/en-US/firefox/;
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru = { inherit gtk; version = xulVersion; };
|
passthru = { inherit gtk; version = xulVersion; };
|
||||||
@ -154,7 +154,7 @@ rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Mozilla Firefox - the browser, reloaded";
|
description = "Mozilla Firefox - the browser, reloaded";
|
||||||
homepage = http://www.mozilla.com/en-US/firefox/;
|
homepage = http://www.mozilla.org/en-US/firefox/;
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
|
@ -66,6 +66,6 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Mozilla Thunderbird, a full-featured email client";
|
description = "Mozilla Thunderbird, a full-featured email client";
|
||||||
homepage = http://www.mozilla.com/en-US/thunderbird/;
|
homepage = http://www.mozilla.org/en-US/thunderbird/;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -73,7 +73,7 @@ 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";
|
||||||
homepage = http://www.mozilla.com/en-US/thunderbird/;
|
homepage = http://www.mozilla.org/en-US/thunderbird/;
|
||||||
license =
|
license =
|
||||||
# Official branding implies thunderbird name and logo cannot be reuse,
|
# Official branding implies thunderbird name and logo cannot be reuse,
|
||||||
# see http://www.mozilla.org/foundation/licensing.html
|
# see http://www.mozilla.org/foundation/licensing.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user