guix: Fix license translation in texlive importer.
* guix/import/texlive.scm (string->license): Properly translate "artistic2" into `artistic2.0'.
This commit is contained in:
parent
0bc890a5cb
commit
f832746ab6
@ -66,7 +66,7 @@
|
||||
|
||||
(define string->license
|
||||
(match-lambda
|
||||
("artistic2" 'gpl3+)
|
||||
("artistic2" 'artistic2.0)
|
||||
("apache2" 'asl2.0)
|
||||
("gpl" 'gpl3+)
|
||||
("gpl1" 'gpl1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user