mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: hexchat: Fix typo in synopsis.
* gnu/packages/messaging.scm (hexchat)[synopsis]: Lowercase ‘client’.
This commit is contained in:
parent
4e839a83de
commit
f255bec634
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ (define-public hexchat
|
||||||
(("if 'DESTDIR' not in os.environ:")
|
(("if 'DESTDIR' not in os.environ:")
|
||||||
"if False:"))
|
"if False:"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(synopsis "Graphical IRC Client")
|
(synopsis "Graphical IRC client")
|
||||||
(description
|
(description
|
||||||
"HexChat lets you connect to multiple IRC networks at once. The main
|
"HexChat lets you connect to multiple IRC networks at once. The main
|
||||||
window shows the list of currently connected networks and their channels, the
|
window shows the list of currently connected networks and their channels, the
|
||||||
|
|
Loading…
Reference in a new issue