From 1619f2c18c1b3cca41f52fea3d7231b9ad490af8 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 14 Aug 2023 13:44:06 +0200 Subject: guix: import: Do not prefix `fsf-free' with "license:" in texlive. * guix/import/texlive.scm (tlpdb->package): For consistency with other imported licenses, `fsf-free' need not be prefixed with "license:". --- guix/import/texlive.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix') diff --git a/guix/import/texlive.scm b/guix/import/texlive.scm index f65347d7f8..581bd1b85b 100644 --- a/guix/import/texlive.scm +++ b/guix/import/texlive.scm @@ -500,7 +500,7 @@ (define (tlpdb->package name version package-database) (license ,(cond (meta-package? - '(license:fsf-free "https://www.tug.org/texlive/copying.html")) + '(fsf-free "https://www.tug.org/texlive/copying.html")) ((assoc-ref data 'catalogue-license) => string->license) (else #f)))) (translate-depends depends #t))))) -- cgit v1.2.3