From f832746ab6b124814ceb6dedc141c9f60f34e082 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 18 Jul 2023 18:06:32 +0200 Subject: guix: Fix license translation in texlive importer. * guix/import/texlive.scm (string->license): Properly translate "artistic2" into `artistic2.0'. --- 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 29c2ba4dd1..b5a812b34e 100644 --- a/guix/import/texlive.scm +++ b/guix/import/texlive.scm @@ -66,7 +66,7 @@ (define texlive-generic-locations (define string->license (match-lambda - ("artistic2" 'gpl3+) + ("artistic2" 'artistic2.0) ("apache2" 'asl2.0) ("gpl" 'gpl3+) ("gpl1" 'gpl1) -- cgit v1.2.3