guix: Handle asl2.0 license in texlive importer.
* guix/import/texlive.scm (string->license): Convert "apache2" to ASL2.0.
This commit is contained in:
parent
3121f754c4
commit
aea0d94bc1
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@
|
||||||
(define string->license
|
(define string->license
|
||||||
(match-lambda
|
(match-lambda
|
||||||
("artistic2" 'gpl3+)
|
("artistic2" 'gpl3+)
|
||||||
|
("apache2" 'asl2.0)
|
||||||
("gpl" 'gpl3+)
|
("gpl" 'gpl3+)
|
||||||
("gpl1" 'gpl1)
|
("gpl1" 'gpl1)
|
||||||
("gpl1+" 'gpl1+)
|
("gpl1+" 'gpl1+)
|
||||||
|
|
|
||||||
Reference in a new issue