~ruther/guix-local

abde5f375fe6929828e23cc5d77707d63c986de9 — Ludovic Courtès 11 years ago ce45eb4
gnu: python-apsw: Fix license.

* gnu/packages/python.scm (python-apsw)[license]: Change to
  LICENSE:ZLIB.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -1
@@ 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))