From 7603972f4514eeac5ebd1dde119d35e8ea2adc4d Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Mon, 16 Jan 2023 23:41:14 +0100 Subject: [PATCH 1/3] gnu: volctl: Make the synopsis line shorter. * gnu/packages/gtk.scm (volctl): Make the synopsis line shorter. --- gnu/packages/gtk.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ (define-public volctl (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 -- 2.38.1