ngz pushed a commit to branch tex-team
in repository guix.
commit ca904775d571cbc61a19f3511d4bdd903c8ef21b
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jun 22 14:23:21 2024 +0200
gnu: texlive-ec: Remove reference to TeX Live version in license.
* gnu/packages/tex.scm (texlive-ec)[license]: Remove reference to TeX Live
version.
Change-Id: Ib7c1de9f2b98cdcf71910e4148c2b24009ff42bc
---
gnu/packages/tex.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b1fceb3f40..51b980f65c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -57259,8 +57259,7 @@ sign, and many others. The fonts are available in
(traced) Adobe Type
Modern-style T1-encoded Type 1 set, Latin Modern, is not actually a direct
development of the EC set, and differs from the EC in a number of
particulars.")
- (license (license:fsf-free "https://www.tug.org/svn/texlive/tags/\
-texlive-2019.3/Master/texmf-dist/doc/fonts/ec/copyrite.txt"))))
+ (license (license:fsf-free "file://doc/fonts/ec/copyrite.txt"))))
(define-deprecated-package texlive-fonts-ec texlive-ec)