me
/
guix
Archived
1
0
Fork 0

import/cran: string->license: Add another case for GPLv3+.

* guix/import/cran.scm (string->license): Translate "GPL (>=3)" to gpl3+.
master
Ricardo Wurmus 2023-06-02 12:52:22 +02:00
parent 4f7efc8db9
commit c2f0ce73a7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@
((or "GPL (> 2)"
"GPL (>= 3)"
"GPL (>= 3.0)"
"GPL (>=3)"
"GNU General Public License (>= 3)")
(prefix 'gpl3+))
((or "GPL-2"