Skip to content

Commit

Permalink
gdouros: fix dn-works fonts issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ate329 authored and mkg20001 committed Sep 9, 2024
1 parent 402fa21 commit 284f21c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/data/fonts/gdouros/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand All @@ -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
Expand Down

0 comments on commit 284f21c

Please sign in to comment.