summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorJonathan Glines <auntieNeo@gmail.com>2014-06-08 11:47:37 -0600
committerJonathan Glines <auntieNeo@gmail.com>2014-06-08 11:47:37 -0600
commit0672cfcc5f8bf556905555e111e184bb6df28e7b (patch)
treeadc6063c25f63788b43bda3934a1351ba3af733e /pkgs/data
parent1d470d6eacde3977105506ec984370feba4a5d48 (diff)
downloadnixpkgs-0672cfcc5f8bf556905555e111e184bb6df28e7b.tar
nixpkgs-0672cfcc5f8bf556905555e111e184bb6df28e7b.tar.gz
nixpkgs-0672cfcc5f8bf556905555e111e184bb6df28e7b.tar.bz2
nixpkgs-0672cfcc5f8bf556905555e111e184bb6df28e7b.tar.lz
nixpkgs-0672cfcc5f8bf556905555e111e184bb6df28e7b.tar.xz
nixpkgs-0672cfcc5f8bf556905555e111e184bb6df28e7b.tar.zst
nixpkgs-0672cfcc5f8bf556905555e111e184bb6df28e7b.zip
Added mirrors for sourceforge.jp.
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/fonts/kochi-substitute/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/fonts/kochi-substitute/default.nix b/pkgs/data/fonts/kochi-substitute/default.nix
index f00f855d490..625955c444d 100644
--- a/pkgs/data/fonts/kochi-substitute/default.nix
+++ b/pkgs/data/fonts/kochi-substitute/default.nix
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
   name = "kochi-substitute-${version}";
 
   src = fetchurl {
-    url = "http://jaist.dl.sourceforge.jp/efont/5411/kochi-substitute-${version}.tar.bz2";
+    url = "mirror://sourceforgejp/efont/5411/kochi-substitute-${version}.tar.bz2";
     sha256 = "f4d69b24538833bf7e2c4de5e01713b3f1440960a6cc2a5993cb3c68cd23148c";
   };