From 06ece53bbdb65930ed1bb89f0a2cfc002345ac59 Mon Sep 17 00:00:00 2001 From: Neil Mayhew Date: Wed, 16 Jul 2025 20:32:36 -0600 Subject: [PATCH] symbola: fix disappearing source (#425659) (cherry picked from commit bd76863061fe34179f2ee2257db35bb74c0d9261) --- 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 9e47b342c86b..d6244752efec 100644 --- a/pkgs/data/fonts/gdouros/default.nix +++ b/pkgs/data/fonts/gdouros/default.nix @@ -74,7 +74,7 @@ let inherit pname version; src = fetchzip { - url = "https://web.archive.org/web/20240212172059/https://dn-works.com/wp-content/uploads/2020/UFAS-Fonts/${file}"; + url = "https://web.archive.org/web/20221006174450/https://dn-works.com/wp-content/uploads/2020/UFAS-Fonts/${file}"; stripRoot = false; inherit hash; }; @@ -91,12 +91,12 @@ let meta = { inherit description; - # see https://web.archive.org/web/20240212172059/https://dn-works.com/wp-content/uploads/2020/UFAS-Docs/License.pdf + # see https://web.archive.org/web/20221006174450/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://web.archive.org/web/20240212172059/https://dn-works.com/ufas/"; + homepage = "https://web.archive.org/web/20221006174450/https://dn-works.com/ufas/"; }; }; in