diff options
author | Sergiu Ivanov <sivanov@colimite.fr> | 2023-01-16 23:41:14 +0100 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-01-22 16:14:41 -0500 |
commit | 9aa674151adeee5a2d77e3033ebb183a698be983 (patch) | |
tree | 394739bd46a2f168f2ccb699abe24debe1f77e51 | |
parent | 5965d74c8ce53d0861af9ad3744844ac925c4a12 (diff) | |
download | guix-9aa674151adeee5a2d77e3033ebb183a698be983.tar.gz guix-9aa674151adeee5a2d77e3033ebb183a698be983.zip |
gnu: volctl: Make the synopsis line shorter.
* gnu/packages/gtk.scm (volctl): Make the synopsis line shorter.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
-rw-r--r-- | gnu/packages/gtk.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index de82b9e55f..ea22d0e930 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -2978,7 +2978,7 @@ user interaction (e.g. measuring distances).") (propagated-inputs (list python-click python-pycairo python-pygobject python-pyyaml)) (home-page "https://buzz.github.io/volctl/") - (synopsis "Per-application volume control and on-screen display for graphical desktops") + (synopsis "Per-application volume control and on-screen display") (description "Volctl is a PulseAudio-enabled tray icon volume control and 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 |