aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2016-09-05 21:29:56 +0100
committerChristopher Baines <mail@cbaines.net>2016-09-05 21:35:21 +0100
commit85e6d7bfeca21f25414c87857a3aa5eac866dde8 (patch)
treec4ca3e499b56c03fecb3c0d97b1820aeb7581a43
parent1019f2ee961d935d8ace373083059fd6e1699d16 (diff)
downloadguix-python-integration-project-85e6d7bfeca21f25414c87857a3aa5eac866dde8.tar
guix-python-integration-project-85e6d7bfeca21f25414c87857a3aa5eac866dde8.tar.gz
Fix the license for pyguileHEADmaster
-rw-r--r--guix-env.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix-env.scm b/guix-env.scm
index df3529c..f8ab32e 100644
--- a/guix-env.scm
+++ b/guix-env.scm
@@ -1,4 +1,4 @@
-(use-modules ((guix licenses) #:select (bsd-3 gpl3+ psfl))
+(use-modules ((guix licenses) #:select (bsd-3 gpl3+ psfl lgpl2.1+))
(guix packages)
(guix download)
(guix git-download)
@@ -127,7 +127,7 @@
(home-page "https://github.com/tddpirate/pyguile")
(synopsis "pyguile")
(description "")
- (license bsd-3)))
+ (license lgpl2.1+)))
(define python-packaging
(package