mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -3344,7 +3344,7 @@ (define-public python-testlib
|
||||||
(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 a new issue