From 0a69f06ffded28ca7079df6060d15064139db1ef Mon Sep 17 00:00:00 2001 From: Ate329 Date: Fri, 6 Sep 2024 21:02:56 +0300 Subject: [PATCH] gdouros: fix dn-works fonts issue (cherry picked from commit 284f21cb96b56493e814c9880de4570f78d62858) --- pkgs/data/fonts/gdouros/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/data/fonts/gdouros/default.nix b/pkgs/data/fonts/gdouros/default.nix index c12e3f8e9fd37b4..e407d5de6d85f67 100644 --- a/pkgs/data/fonts/gdouros/default.nix +++ b/pkgs/data/fonts/gdouros/default.nix @@ -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