summary refs log tree commit diff
path: root/pkgs/development/libraries/libchamplain
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom@yandex.ru>2013-07-14 05:23:06 +0300
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-07-14 05:23:06 +0300
commitda4be371e97fb6e51c39e1972f78769b98ba47ec (patch)
treebbef5aa21ef2677485c8ae5e6f1845f9546c7bef /pkgs/development/libraries/libchamplain
parentb084b29d268d534464862860f81426274581c2e6 (diff)
downloadnixpkgs-da4be371e97fb6e51c39e1972f78769b98ba47ec.tar
nixpkgs-da4be371e97fb6e51c39e1972f78769b98ba47ec.tar.gz
nixpkgs-da4be371e97fb6e51c39e1972f78769b98ba47ec.tar.bz2
nixpkgs-da4be371e97fb6e51c39e1972f78769b98ba47ec.tar.lz
nixpkgs-da4be371e97fb6e51c39e1972f78769b98ba47ec.tar.xz
nixpkgs-da4be371e97fb6e51c39e1972f78769b98ba47ec.tar.zst
nixpkgs-da4be371e97fb6e51c39e1972f78769b98ba47ec.zip
make package use mirror:// for gnu, savannah and gnome repositories where possible
Diffstat (limited to 'pkgs/development/libraries/libchamplain')
-rw-r--r--pkgs/development/libraries/libchamplain/0.6.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libchamplain/0.6.nix b/pkgs/development/libraries/libchamplain/0.6.nix
index 86b8dc5d550..5ec324131e3 100644
--- a/pkgs/development/libraries/libchamplain/0.6.nix
+++ b/pkgs/development/libraries/libchamplain/0.6.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
   name = "libchamplain-0.6.1";
 
   src = fetchurl {
-    url = "http://download.gnome.org/sources/libchamplain/0.6/${name}.tar.gz";
+    url = "mirror://gnome/sources/libchamplain/0.6/${name}.tar.gz";
     sha256 = "1l1in4khnral157j46aq2d26nviz23icnm353587vcwjhdbw86sg";
   };