gnu: python-mccabe: Fix license field.

* gnu/packages/python.scm (python-mccabe)[license]: 'expat' ->
  'license:expat'.
master
Eric Bavier 2015-06-29 15:31:01 -05:00
parent e8df8f476e
commit 7362371da5
1 changed files with 1 additions and 1 deletions

View File

@ -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))