mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: kdebugsettings: Fix typo.
* gnu/packages/kde-utils.scm (kdebugsettings)[description]: Remove use of "allows to".
This commit is contained in:
parent
1679dec45b
commit
5d48d9b905
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ (define-public kdebugsettings
|
|||
(home-page "https://invent.kde.org/utilities/kdebugsettings")
|
||||
(synopsis "Choose which QLoggingCategory are displayed")
|
||||
(description
|
||||
"This package allows to select which QLoggingCategory are displayed.")
|
||||
"This package selects which QLoggingCategory are displayed.")
|
||||
(license license:lgpl2.0+)))
|
||||
|
||||
(define-public kbackup
|
||||
|
|
Loading…
Reference in a new issue