summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/python.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index c62184b510..4b44d79eda 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))