gnu: python-testlib: Fix license field.
Fixes a problem introduced in a1920bc9f2
.
Debugged by David Thompson.
* gnu/packages/python.scm (python-testlib)[license]: 'expat' ->
'license:expat'.
This commit is contained in:
parent
35035074a2
commit
1cb9c00614
|
@ -3344,7 +3344,7 @@ Python style, together with a fast and comfortable execution environment.")
|
||||||
(synopsis "Python micro test suite harness")
|
(synopsis "Python micro test suite harness")
|
||||||
(description "A micro unittest suite harness for Python.")
|
(description "A micro unittest suite harness for Python.")
|
||||||
(home-page "https://github.com/trentm/testlib")
|
(home-page "https://github.com/trentm/testlib")
|
||||||
(license expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python2-testlib
|
(define-public python2-testlib
|
||||||
(package-with-python2 python-testlib))
|
(package-with-python2 python-testlib))
|
||||||
|
|
Loading…
Reference in New Issue