mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
import: cpan: Fix license string for Artistic license.
* guix/import/cpan.scm (string->license): Remove extraneous "_0" suffix for Artistics licenses.
This commit is contained in:
parent
ae6904dc0b
commit
47945cf353
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ (define string->license
|
|||
("agpl_3" 'agpl3)
|
||||
;; apache_1_1
|
||||
("apache_2_0" 'asl2.0)
|
||||
;; artistic_1_0
|
||||
("artistic_2_0" 'artistic2.0)
|
||||
;; artistic_1
|
||||
("artistic_2" 'artistic2.0)
|
||||
("bsd" 'bsd-3)
|
||||
("freebsd" 'bsd-2)
|
||||
;; gfdl_1_2
|
||||
|
|
Loading…
Reference in a new issue