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+.
master
Christopher Baines 2019-02-08 10:26:20 +00:00
parent bc041b3e26
commit 6fd72f7094
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 1 additions and 1 deletions

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