ngz pushed a commit to branch master
in repository guix.

commit 1619f2c18c1b3cca41f52fea3d7231b9ad490af8
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 13:44:06 2023 +0200

    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(-)

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 @@ of those files are returned that are unexpectedly 
installed."
           (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)))))

Reply via email to