guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 05/26: import/cran: string->license: Add another case for GPLv3+.
Date: Fri, 2 Jun 2023 07:05:48 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c2f0ce73a72777c182cdaf0d930bfd48a869a5cd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 2 12:52:22 2023 +0200

    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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]