summary refs log tree commit diff
path: root/pkgs/tools/misc/ttmkfdir
diff options
context:
space:
mode:
authorJason "Don" O'Conal <lovek323@gmail.com>2013-11-20 00:03:40 +0000
committerVladimír Čunát <vcunat@gmail.com>2013-11-20 22:48:12 +0100
commitc987f5c14c5abe692432372fce576d8317f2adba (patch)
tree61037278ad2269e3bd1ec3a1ccd35879696044e2 /pkgs/tools/misc/ttmkfdir
parentfa9284b941cfe0ff0002d6e641096df4e04f9ac1 (diff)
downloadnixpkgs-c987f5c14c5abe692432372fce576d8317f2adba.tar
nixpkgs-c987f5c14c5abe692432372fce576d8317f2adba.tar.gz
nixpkgs-c987f5c14c5abe692432372fce576d8317f2adba.tar.bz2
nixpkgs-c987f5c14c5abe692432372fce576d8317f2adba.tar.lz
nixpkgs-c987f5c14c5abe692432372fce576d8317f2adba.tar.xz
nixpkgs-c987f5c14c5abe692432372fce576d8317f2adba.tar.zst
nixpkgs-c987f5c14c5abe692432372fce576d8317f2adba.zip
ttmkfdir: update URL (close #1244)
Diffstat (limited to 'pkgs/tools/misc/ttmkfdir')
-rw-r--r--pkgs/tools/misc/ttmkfdir/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/ttmkfdir/default.nix b/pkgs/tools/misc/ttmkfdir/default.nix
index 12adb5318a8..3583b5b8f30 100644
--- a/pkgs/tools/misc/ttmkfdir/default.nix
+++ b/pkgs/tools/misc/ttmkfdir/default.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
   name = "ttf-mkfontdir-3.0.9-6";
 
   src = fetchurl {
-    url = http://ftp.de.debian.org/debian/pool/main/t/ttmkfdir/ttmkfdir_3.0.9.orig.tar.gz;
+    url = http://mirror.fsf.org/trisquel/pool/main/t/ttmkfdir/ttmkfdir_3.0.9.orig.tar.gz;
     sha256 = "0n6bmmndmp4c1myisvv7cby559gzgvwsw4rfw065a3f92m87jxiq";
   };
     
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
   # who knows more about C/C++ ..
   patches =
     [ (fetchurl {
-        url = http://ftp.de.debian.org/debian/pool/main/t/ttmkfdir/ttmkfdir_3.0.9-6.diff.gz;
+        url = http://mirror.fsf.org/trisquel/pool/main/t/ttmkfdir/ttmkfdir_3.0.9-6.diff.gz;
         sha256 = "141kxaf2by8nf87hqyszaxi0n7nnmswr1nh2i5r5bsvxxmaj9633";
       })