import cran: Translate MIT to the Expat license.
* guix/import/cran.scm (string->license): Translate "MIT" license to Expat license.
This commit is contained in:
parent
13f54d081b
commit
741d68c20d
|
@ -62,8 +62,8 @@
|
|||
("LGPL-3" 'lgpl3)
|
||||
("LGPL (>= 2)" 'lgpl2.0+)
|
||||
("LGPL (>= 3)" 'lgpl3+)
|
||||
("MIT" 'x11)
|
||||
("MIT + file LICENSE" 'x11)
|
||||
("MIT" 'expat)
|
||||
("MIT + file LICENSE" 'expat)
|
||||
((x) (string->license x))
|
||||
((lst ...) `(list ,@(map string->license lst)))
|
||||
(_ #f)))
|
||||
|
|
Loading…
Reference in New Issue