Added mirrors for sourceforge.jp.

This commit is contained in:
Jonathan Glines 2014-06-08 11:47:37 -06:00
parent 1d470d6eac
commit 0672cfcc5f
2 changed files with 7 additions and 1 deletions

View File

@ -20,6 +20,12 @@ rec {
http://kent.dl.sourceforge.net/sourceforge/
];
# SourceForge.jp.
sourceforgejp = [
http://osdn.dl.sourceforge.jp/
http://jaist.dl.sourceforge.jp/
];
# GNU (http://www.gnu.org/prep/ftp.html).
gnu = [
# This one redirects to a (supposedly) nearby and (supposedly) up-to-date

View File

@ -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";
};