1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

gdouros: fix dn-works fonts issue

This commit is contained in:
Ate329 2024-09-06 21:02:56 +03:00 committed by Maciej Krüger
parent 402fa217c2
commit 284f21cb96
No known key found for this signature in database
GPG key ID: 0D948CE19CF49C5F

View file

@ -17,7 +17,7 @@ let
inherit pname version;
src = fetchzip {
url = "https://dn-works.com/wp-content/uploads/2020/UFAS-Fonts/${file}";
url = "https://web.archive.org/web/20240212172059/https://dn-works.com/wp-content/uploads/2020/UFAS-Fonts/${file}";
stripRoot = false;
inherit hash;
};
@ -34,12 +34,12 @@ let
meta = {
inherit description;
# see https://dn-works.com/wp-content/uploads/2020/UFAS-Docs/License.pdf
# see https://web.archive.org/web/20240212172059/https://dn-works.com/wp-content/uploads/2020/UFAS-Docs/License.pdf
# quite draconian: non-commercial, no modifications,
# no redistribution, "a single instantiation and no
# network installation"
license = lib.licenses.unfree;
homepage = "https://dn-works.com/ufas/";
homepage = "https://web.archive.org/web/20240212172059/https://dn-works.com/ufas/";
};
};
in