gnu: python-apsw: Fix license.

* gnu/packages/python.scm (python-apsw)[license]: Change to
  LICENSE:ZLIB.
This commit is contained in:
Ludovic Courtès 2015-02-14 00:43:41 +01:00
parent ce45eb4c38
commit abde5f375f
1 changed files with 1 additions and 1 deletions

View File

@ -2980,7 +2980,7 @@ implementation of D-Bus.")
embedded relational database engine. In contrast to other wrappers such as embedded relational database engine. In contrast to other wrappers such as
pysqlite it focuses on being a minimal layer over SQLite attempting just to pysqlite it focuses on being a minimal layer over SQLite attempting just to
translate the complete SQLite API into Python.") translate the complete SQLite API into Python.")
(license zlib))) (license license:zlib)))
(define-public python2-apsw (define-public python2-apsw
(package-with-python2 python-apsw)) (package-with-python2 python-apsw))