diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-08-23 19:14:32 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-08-23 23:39:21 +0200 |
commit | a9f3396014461a29e9d0256dcd5a87c19f850f0b (patch) | |
tree | 9b9b76cfc81be3c18fd468419d1b4ede00ad5a7f /gnu/packages | |
parent | 8d515ce6e935a4b7bbc40aee1dc1b0cf29e94a24 (diff) | |
download | guix-a9f3396014461a29e9d0256dcd5a87c19f850f0b.tar.gz guix-a9f3396014461a29e9d0256dcd5a87c19f850f0b.zip |
gnu: jube: Fix license.
* gnu/packages/python-xyz.scm (jube)[license]: Change to GPL3+.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
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+))) |