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

* guix/import/cran.scm (string->license): Translate "GPL (>=3)" to gpl3+.
This commit is contained in:
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

View file

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