about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
authorNicolas Pierron <nicolas.b.pierron@gmail.com>2011-08-27 15:29:13 +0000
committerNicolas Pierron <nicolas.b.pierron@gmail.com>2011-08-27 15:29:13 +0000
commit6e9492d7fdf8327f1367d409c2161823869a673f (patch)
tree891fcf4d7c62e4057a298fa84e5e3150eebace0c /pkgs/applications/networking/mailreaders
parentfb3a64c9345ab5b030fd92537d0349344579e345 (diff)
Fix mozilla urls.
svn path=/nixpkgs/trunk/; revision=28850
Diffstat (limited to 'pkgs/applications/networking/mailreaders')
-rw-r--r--pkgs/applications/networking/mailreaders/thunderbird/3.x.nix2
-rw-r--r--pkgs/applications/networking/mailreaders/thunderbird/5.x.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/mailreaders/thunderbird/3.x.nix b/pkgs/applications/networking/mailreaders/thunderbird/3.x.nix
index b644837b377ff..cc21a5b040061 100644
--- a/pkgs/applications/networking/mailreaders/thunderbird/3.x.nix
+++ b/pkgs/applications/networking/mailreaders/thunderbird/3.x.nix
@@ -66,6 +66,6 @@ stdenv.mkDerivation {
 
   meta = {
     description = "Mozilla Thunderbird, a full-featured email client";
-    homepage = http://www.mozilla.org/en-US/thunderbird/;
+    homepage = http://www.mozilla.org/thunderbird/;
   };
 }
diff --git a/pkgs/applications/networking/mailreaders/thunderbird/5.x.nix b/pkgs/applications/networking/mailreaders/thunderbird/5.x.nix
index f80fde2765425..a8ee384d81dba 100644
--- a/pkgs/applications/networking/mailreaders/thunderbird/5.x.nix
+++ b/pkgs/applications/networking/mailreaders/thunderbird/5.x.nix
@@ -73,7 +73,7 @@ stdenv.mkDerivation {
 
   meta = with stdenv.lib; {
     description = "Mozilla Thunderbird, a full-featured email client";
-    homepage = http://www.mozilla.org/en-US/thunderbird/;
+    homepage = http://www.mozilla.org/thunderbird/;
     license =
       # Official branding implies thunderbird name and logo cannot be reuse,
       # see http://www.mozilla.org/foundation/licensing.html