1
0
forked from tribes/guix

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
+1
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"