mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: python-mccabe: Fix license field.
* gnu/packages/python.scm (python-mccabe)[license]: 'expat' -> 'license:expat'.
This commit is contained in:
parent
e8df8f476e
commit
7362371da5
1 changed files with 1 additions and 1 deletions
|
@ -3976,7 +3976,7 @@ (define-public python-mccabe
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue