diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-02-14 00:43:41 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-02-14 00:43:41 +0100 |
commit | abde5f375fe6929828e23cc5d77707d63c986de9 (patch) | |
tree | 52a3645e7789cbdc2ca29cec109dbec22a5f3981 /gnu/packages/python.scm | |
parent | ce45eb4c385e3b473bc6746a8b58452865f69977 (diff) | |
download | guix-abde5f375fe6929828e23cc5d77707d63c986de9.tar guix-abde5f375fe6929828e23cc5d77707d63c986de9.tar.gz |
gnu: python-apsw: Fix license.
* gnu/packages/python.scm (python-apsw)[license]: Change to
LICENSE:ZLIB.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | 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 a353062b9b..6de1ed2907 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2980,7 +2980,7 @@ implementation of D-Bus.") embedded relational database engine. In contrast to other wrappers such as pysqlite it focuses on being a minimal layer over SQLite attempting just to translate the complete SQLite API into Python.") - (license zlib))) + (license license:zlib))) (define-public python2-apsw (package-with-python2 python-apsw)) |