gnu: python-testlib: Fix license field. Fixes a problem introduced in a1920bc9f25210b2. Debugged by David Thompson. * gnu/packages/python.scm (python-testlib)[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
@@ 3344,7 3344,7 @@ Python style, together with a fast and comfortable execution environment.") (synopsis "Python micro test suite harness") (description "A micro unittest suite harness for Python.") (home-page "https://github.com/trentm/testlib") (license expat))) (license license:expat))) (define-public python2-testlib (package-with-python2 python-testlib))