From 78e126429fe2b667bd496f11ca3d6fc8e8fdeb08 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 8 Jun 2019 23:41:30 -0500 Subject: anthy: use osdn mirror --- pkgs/tools/inputmethods/anthy/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/tools/inputmethods/anthy') diff --git a/pkgs/tools/inputmethods/anthy/default.nix b/pkgs/tools/inputmethods/anthy/default.nix index c11fae3888e4..9214edfefb05 100644 --- a/pkgs/tools/inputmethods/anthy/default.nix +++ b/pkgs/tools/inputmethods/anthy/default.nix @@ -1,18 +1,18 @@ { stdenv, fetchurl }: -stdenv.mkDerivation { +stdenv.mkDerivation rec { name = "anthy-9100h"; meta = with stdenv.lib; { description = "Hiragana text to Kana Kanji mixed text Japanese input method"; - homepage = http://sourceforge.jp/projects/anthy/; + homepage = "https://anthy.osdn.jp/"; license = licenses.gpl2Plus; maintainers = with maintainers; [ ericsagnes ]; platforms = platforms.linux; }; src = fetchurl { - url = "http://dl.sourceforge.jp/anthy/37536/anthy-9100h.tar.gz"; + url = "mirror://osdn/anthy/37536/${name}.tar.gz"; sha256 = "0ism4zibcsa5nl77wwi12vdsfjys3waxcphn1p5s7d0qy1sz0mnj"; }; } -- cgit 1.4.1