aboutsummaryrefslogtreecommitdiff
path: root/guix/import/texlive.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix/import/texlive.scm')
-rw-r--r--guix/import/texlive.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/guix/import/texlive.scm b/guix/import/texlive.scm
index d4fa8bb674..f3d941155d 100644
--- a/guix/import/texlive.scm
+++ b/guix/import/texlive.scm
@@ -98,7 +98,11 @@
("cc-by-sa-4" 'cc-by-sa4.0)
("mit" 'expat)
("fdl" 'fdl1.3+)
- ("gfl" 'gfl1.0)
+ ;; The GUST Font Nosource License, which is legally equivalent to
+ ;; lppl1.3c+, is no longer in use (per
+ ;; <https://www.gust.org.pl/projects/e-foundry/licenses>). It has de
+ ;; facto become GUST Font License 1.0.
+ ((or "gfl" "gfsl") 'gfl1.0)
;; These are known non-free licenses
("noinfo" 'unknown)