guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: guile-squee: Fix the license.


From: guix-commits
Subject: 01/01: gnu: guile-squee: Fix the license.
Date: Fri, 8 Feb 2019 05:27:55 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 6fd72f7094885dc3dbb10431996c445251094915
Author: Christopher Baines <address@hidden>
Date:   Fri Feb 8 10:26:20 2019 +0000

    gnu: guile-squee: Fix the license.
    
    The license originally specified in the package definition was incorrect. 
The
    true license is the Lesser GNU General Public License.
    
    * gnu/packages/guile-xyz.scm (guile-squee): Change license to 
license:lgpl3+.
---
 gnu/packages/guile-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index f249761..24df93c 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -597,7 +597,7 @@ It has a nice, simple s-expression based syntax.")
       (description
        "@code{squee} is a Guile library for connecting to PostgreSQL databases
 using Guile's foreign function interface.")
-      (license license:gpl3+))))
+      (license license:lgpl3+))))
 
 (define-public guile-colorized
   (package



reply via email to

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