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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user