about summary refs log tree commit diff
path: root/pkgs/tools/text/nkf
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-06-08 23:25:47 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-06-08 23:25:47 -0500
commitc0eaf5e917a2bdc8bcdf4cc8dcea2907f6f76016 (patch)
tree9b5120969bf3b1be23b755140b8acee6e7b12d84 /pkgs/tools/text/nkf
parent80b51d983ae77f47910ba26305023efbfdb62e91 (diff)
downloadnixlib-c0eaf5e917a2bdc8bcdf4cc8dcea2907f6f76016.tar
nixlib-c0eaf5e917a2bdc8bcdf4cc8dcea2907f6f76016.tar.gz
nixlib-c0eaf5e917a2bdc8bcdf4cc8dcea2907f6f76016.tar.bz2
nixlib-c0eaf5e917a2bdc8bcdf4cc8dcea2907f6f76016.tar.lz
nixlib-c0eaf5e917a2bdc8bcdf4cc8dcea2907f6f76016.tar.xz
nixlib-c0eaf5e917a2bdc8bcdf4cc8dcea2907f6f76016.tar.zst
nixlib-c0eaf5e917a2bdc8bcdf4cc8dcea2907f6f76016.zip
mirrors: rename sourceforgejp to osdn
SourceForge.jp renamed to OSDN on May 11, 2015.
https://osdn.net/projects/sourceforge/news/24923
Diffstat (limited to 'pkgs/tools/text/nkf')
-rw-r--r--pkgs/tools/text/nkf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/nkf/default.nix b/pkgs/tools/text/nkf/default.nix
index ae236cc22263..fd38466ce440 100644
--- a/pkgs/tools/text/nkf/default.nix
+++ b/pkgs/tools/text/nkf/default.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
   version = "2.1.4";
 
   src = fetchurl {
-    url = "mirror://sourceforgejp/nkf/64158/${name}.tar.gz";
+    url = "mirror://osdn/nkf/64158/${name}.tar.gz";
     sha256 = "b4175070825deb3e98577186502a8408c05921b0c8ff52e772219f9d2ece89cb";
   };