diff options
author | Christopher Baines <mail@cbaines.net> | 2019-02-08 10:26:20 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-02-08 10:26:20 +0000 |
commit | 6fd72f7094885dc3dbb10431996c445251094915 (patch) | |
tree | b05135a559995b0ebe54637e0a19505b2cd19de2 /gnu/packages/guile-xyz.scm | |
parent | bc041b3e264380bd49025515d3c5d11319aa3f50 (diff) | |
download | patches-6fd72f7094885dc3dbb10431996c445251094915.tar patches-6fd72f7094885dc3dbb10431996c445251094915.tar.gz |
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+.
Diffstat (limited to 'gnu/packages/guile-xyz.scm')
-rw-r--r-- | gnu/packages/guile-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index f249761ebc..24df93ccce 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 |