lol

ipafont: update homepage and source URLs

Renaud 719c702f 2d90587f

+2 -2
+2 -2
pkgs/data/fonts/ipafont/default.nix
··· 3 fetchzip { 4 name = "ipafont-003.03"; 5 6 - url = "http://ipafont.ipa.go.jp/old/ipafont/IPAfont00303.php"; 7 8 postFetch = '' 9 mkdir -p $out/share/fonts ··· 19 Promotion Agency of Japan. It provides both Mincho and Gothic fonts, 20 suitable for both display and printing. 21 ''; 22 - homepage = "http://ipafont.ipa.go.jp/ipafont/"; 23 license = lib.licenses.ipa; 24 maintainers = [ lib.maintainers.auntie ]; 25 };
··· 3 fetchzip { 4 name = "ipafont-003.03"; 5 6 + url = "https://moji.or.jp/wp-content/ipafont/IPAfont/IPAfont00303.zip"; 7 8 postFetch = '' 9 mkdir -p $out/share/fonts ··· 19 Promotion Agency of Japan. It provides both Mincho and Gothic fonts, 20 suitable for both display and printing. 21 ''; 22 + homepage = "https://moji.or.jp/ipafont/"; 23 license = lib.licenses.ipa; 24 maintainers = [ lib.maintainers.auntie ]; 25 };