mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
symbola: fix disappearing source (#425659)
(cherry picked from commit bd76863061)
This commit is contained in:
committed by
github-actions[bot]
parent
0557eafd53
commit
06ece53bbd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user