1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-25 10:31:49 +02:00

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+.
This commit is contained in:
Christopher Baines
2019-02-08 10:26:20 +00:00
parent bc041b3e26
commit 6fd72f7094
+1 -1
View File
@@ -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