diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-29 20:38:26 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-31 14:30:39 +0200 |
commit | f255bec6348385454ce744ffc28ded4012e7f053 (patch) | |
tree | 34a2dfd0691e3a9a24a2addb201941bd5e15a024 /gnu/packages/messaging.scm | |
parent | 4e839a83de7eca6e48e57c0c563c732b24337302 (diff) | |
download | guix-f255bec6348385454ce744ffc28ded4012e7f053.tar.gz guix-f255bec6348385454ce744ffc28ded4012e7f053.zip |
gnu: hexchat: Fix typo in synopsis.
* gnu/packages/messaging.scm (hexchat)[synopsis]: Lowercase ‘client’.
Diffstat (limited to 'gnu/packages/messaging.scm')
-rw-r--r-- | gnu/packages/messaging.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index af3d4bb733..4be91722a6 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -307,7 +307,7 @@ access to servers running the Discord protocol.") (("if 'DESTDIR' not in os.environ:") "if False:")) #t))))) - (synopsis "Graphical IRC Client") + (synopsis "Graphical IRC client") (description "HexChat lets you connect to multiple IRC networks at once. The main window shows the list of currently connected networks and their channels, the |