aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2016-09-05 21:28:53 +0100
committerChristopher Baines <mail@cbaines.net>2016-09-05 21:35:08 +0100
commit077f457fcb48eaae022085a68d033a589d78701c (patch)
tree7f4c6f09bcfaf07bcbdcad0fa0aee3b5d3cb334a
parentea9a3097e49089f1aed8404a73db80ed38f5276f (diff)
downloadguix-pypi-utils-077f457fcb48eaae022085a68d033a589d78701c.tar
guix-pypi-utils-077f457fcb48eaae022085a68d033a589d78701c.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 eb188e3..e4185ae 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