guix-commits
[Top][All Lists]
Advanced

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

81/82: import: cpan: Fix license string for Artistic license.


From: Eric Bavier
Subject: 81/82: import: cpan: Fix license string for Artistic license.
Date: Mon, 20 Apr 2015 01:02:54 +0000

bavier pushed a commit to branch master
in repository guix.

commit 47945cf353de78bbdbf70f5095289bfa8aa62470
Author: Eric Bavier <address@hidden>
Date:   Sun Apr 19 09:37:35 2015 -0500

    import: cpan: Fix license string for Artistic license.
    
    * guix/import/cpan.scm (string->license): Remove extraneous "_0"
      suffix for Artistics licenses.
---
 guix/import/cpan.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/import/cpan.scm b/guix/import/cpan.scm
index 37dd3b1..c80d568 100644
--- a/guix/import/cpan.scm
+++ b/guix/import/cpan.scm
@@ -49,8 +49,8 @@
    ("agpl_3" 'agpl3)
    ;; apache_1_1
    ("apache_2_0" 'asl2.0)
-   ;; artistic_1_0
-   ("artistic_2_0" 'artistic2.0)
+   ;; artistic_1
+   ("artistic_2" 'artistic2.0)
    ("bsd" 'bsd-3)
    ("freebsd" 'bsd-2)
    ;; gfdl_1_2



reply via email to

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