summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/python.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 112aa4c388..ce882dba71 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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))