~ruther/guix-local

7362371da5adee0d9d44e9a4a24cbef4b7a5c529 — Eric Bavier 10 years ago e8df8f4
gnu: python-mccabe: Fix license field.

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

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -1
@@ 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))