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:
Mark H Weaver 2015-03-07 13:58:50 -05:00
parent 35035074a2
commit 1cb9c00614
1 changed files with 1 additions and 1 deletions

View File

@ -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))