summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-05-08 14:46:47 +0200
committerLudovic Courtès <ludo@gnu.org>2021-05-08 14:55:50 +0200
commitda4073acf99687cda9a387a9d0ba993432400978 (patch)
tree61adf12c9f4b1ca3e608aac98686ad5a98daa36c
parent7cea32e407903d7e94da589e17b803be2fc5b05d (diff)
downloadguix-patches-da4073acf99687cda9a387a9d0ba993432400978.tar
guix-patches-da4073acf99687cda9a387a9d0ba993432400978.tar.gz
gnu: volctl: Comment on the license.
* gnu/packages/gtk.scm (volctl): Comment on the license.
-rw-r--r--gnu/packages/gtk.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 4883638587..e64dc69798 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -2399,4 +2399,7 @@ user interaction (e.g. measuring distances).")
OSD applet for graphical desktops. It's not meant to be an replacement for a
full-featured mixer application. If you're looking for that check out the
excellent pavucontrol.")
+
+ ;; XXX: 'setup.py' says "GPLv2" but nothing says "version 2 only". Is
+ ;; GPLv2+ intended?
(license license:gpl2)))