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:
parent
bc041b3e26
commit
6fd72f7094
|
@ -597,7 +597,7 @@ It has a nice, simple s-expression based syntax.")
|
||||||
(description
|
(description
|
||||||
"@code{squee} is a Guile library for connecting to PostgreSQL databases
|
"@code{squee} is a Guile library for connecting to PostgreSQL databases
|
||||||
using Guile's foreign function interface.")
|
using Guile's foreign function interface.")
|
||||||
(license license:gpl3+))))
|
(license license:lgpl3+))))
|
||||||
|
|
||||||
(define-public guile-colorized
|
(define-public guile-colorized
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue