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