guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python-apsw: Fix license.


From: Ludovic Courtès
Subject: 01/01: gnu: python-apsw: Fix license.
Date: Fri, 13 Feb 2015 23:44:02 +0000

civodul pushed a commit to branch master
in repository guix.

commit abde5f375fe6929828e23cc5d77707d63c986de9
Author: Ludovic Courtès <address@hidden>
Date:   Sat Feb 14 00:43:41 2015 +0100

    gnu: python-apsw: Fix license.
    
    * gnu/packages/python.scm (python-apsw)[license]: Change to
      LICENSE:ZLIB.
---
 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 a353062..6de1ed2 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]