guix-commits
[Top][All Lists]
Advanced

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

01/15: gnu: python-mccabe: Fix license field.


From: Eric Bavier
Subject: 01/15: gnu: python-mccabe: Fix license field.
Date: Tue, 30 Jun 2015 01:29:43 +0000

bavier pushed a commit to branch master
in repository guix.

commit 7362371da5adee0d9d44e9a4a24cbef4b7a5c529
Author: Eric Bavier <address@hidden>
Date:   Mon Jun 29 15:31:01 2015 -0500

    gnu: python-mccabe: Fix license field.
    
    * gnu/packages/python.scm (python-mccabe)[license]: 'expat' ->
      'license:expat'.
---
 gnu/packages/python.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index c62184b..4b44d79 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3976,7 +3976,7 @@ PEP 8.")
     (description
       "This package provides a Flake8 plug-in to compute the McCabe cyclomatic
 complexity of Python source code.")
-    (license expat)))
+    (license license:expat)))
 
 (define-public python2-mccabe
   (package-with-python2 python-mccabe))



reply via email to

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