From c2f0ce73a72777c182cdaf0d930bfd48a869a5cd Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 2 Jun 2023 12:52:22 +0200 Subject: import/cran: string->license: Add another case for GPLv3+. * guix/import/cran.scm (string->license): Translate "GPL (>=3)" to gpl3+. --- guix/import/cran.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/guix/import/cran.scm b/guix/import/cran.scm index e8bfa1b916..d21acda22b 100644 --- a/guix/import/cran.scm +++ b/guix/import/cran.scm @@ -113,6 +113,7 @@ ((or "GPL (> 2)" "GPL (>= 3)" "GPL (>= 3.0)" + "GPL (>=3)" "GNU General Public License (>= 3)") (prefix 'gpl3+)) ((or "GPL-2" -- cgit v1.2.3