forked from mirrors/nixpkgs
ricty: change mirror and homepage url
The old mirror and homepage at www.rs.tus.ac.jp return a 403 Forbidden.
This commit is contained in:
parent
b83691323a
commit
bc09bf4d71
|
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
|||
version = "4.1.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.rs.tus.ac.jp/yyusa/ricty/ricty_generator-${version}.sh";
|
||||
url = "http://www.yusa.lab.uec.ac.jp/~yusa/ricty/ricty_generator-${version}.sh";
|
||||
sha256 = "03fngb8f5hl7ifigdm5yljhs4z2x80cq8y8kna86d07ghknhzgw6";
|
||||
};
|
||||
|
||||
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A high-quality Japanese font based on Inconsolata and Migu 1M";
|
||||
homepage = https://www.rs.tus.ac.jp/yyusa/ricty.html;
|
||||
homepage = http://www.yusa.lab.uec.ac.jp/~yusa/ricty.html;
|
||||
license = licenses.unfree;
|
||||
maintainers = [ maintainers.mikoim ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue