summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-08-23 19:14:32 +0200
committerLudovic Courtès <ludo@gnu.org>2019-08-23 23:39:21 +0200
commita9f3396014461a29e9d0256dcd5a87c19f850f0b (patch)
tree9b9b76cfc81be3c18fd468419d1b4ede00ad5a7f /gnu
parent8d515ce6e935a4b7bbc40aee1dc1b0cf29e94a24 (diff)
downloadguix-patches-a9f3396014461a29e9d0256dcd5a87c19f850f0b.tar
guix-patches-a9f3396014461a29e9d0256dcd5a87c19f850f0b.tar.gz
gnu: jube: Fix license.
* gnu/packages/python-xyz.scm (jube)[license]: Change to GPL3+.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 135ff05237..ec7017eb7e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16113,4 +16113,4 @@ benchmarked application, benchmark data is stored in a format that allows JUBE
to deduct the desired information. This data can be parsed by automatic pre-
and post-processing scripts that draw information and store it more densely
for manual interpretation.")
- (license license:expat)))
+ (license license:gpl3+)))