me
/
guix
Archived
1
0
Fork 0

guix: Fix license translation in texlive importer.

* guix/import/texlive.scm (string->license): Properly translate "artistic2"
into `artistic2.0'.
Nicolas Goaziou 2023-07-18 18:06:32 +02:00
parent 0bc890a5cb
commit f832746ab6
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
(define string->license
(match-lambda
("artistic2" 'gpl3+)
("artistic2" 'artistic2.0)
("apache2" 'asl2.0)
("gpl" 'gpl3+)
("gpl1" 'gpl1)