ricty: fix source

Moved from http://www.yusa.lab.uec.ac.jp/~yusa/ricty to https://rictyfonts.github.io

+2 -2
+2 -2
pkgs/data/fonts/ricty/default.nix
··· 5 5 version = "4.1.1"; 6 6 7 7 src = fetchurl { 8 - url = "http://www.yusa.lab.uec.ac.jp/~yusa/ricty/ricty_generator-${version}.sh"; 8 + url = "https://rictyfonts.github.io/files/ricty_generator-${version}.sh"; 9 9 sha256 = "03fngb8f5hl7ifigdm5yljhs4z2x80cq8y8kna86d07ghknhzgw6"; 10 10 }; 11 11 ··· 29 29 30 30 meta = with lib; { 31 31 description = "A high-quality Japanese font based on Inconsolata and Migu 1M"; 32 - homepage = "http://www.yusa.lab.uec.ac.jp/~yusa/ricty.html"; 32 + homepage = "https://rictyfonts.github.io"; 33 33 license = licenses.unfree; 34 34 maintainers = [ maintainers.mikoim ]; 35 35 };