[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: python-testlib: Fix license field.
From: |
Mark H. Weaver |
Subject: |
01/01: gnu: python-testlib: Fix license field. |
Date: |
Sat, 07 Mar 2015 19:01:35 +0000 |
mhw pushed a commit to branch master
in repository guix.
commit 1cb9c00614da7a9d56e2ee28c6da1bd8a53ef4e1
Author: Mark H Weaver <address@hidden>
Date: Sat Mar 7 13:58:50 2015 -0500
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'.
---
gnu/packages/python.scm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 112aa4c..ce882db 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))