diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-06-05 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-06-05 02:00:00 +0200 |
commit | 898511205cb8e2f3e6f522c779b0cd9fc42fdfbf (patch) | |
tree | 74ca9d17f76bd49810a5bca82ef14ba1ca91cec9 /gnu | |
parent | 1643402950b2d2384ec74fb69e059cc6a4c4ebed (diff) | |
download | guix-898511205cb8e2f3e6f522c779b0cd9fc42fdfbf.tar.gz guix-898511205cb8e2f3e6f522c779b0cd9fc42fdfbf.zip |
gnu: irssi: Edit description.
* gnu/packages/irc.scm (irssi)[synopsis, description]: Expound.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/irc.scm | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index 27c8f40555..fb786ce5ab 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -181,10 +181,14 @@ irssi, but graphical.") (native-inputs (list pkg-config)) (home-page "https://irssi.org/") - (synopsis "Terminal-based IRC client") + (synopsis "Extensible terminal-based IRC client") (description - "Irssi is a terminal based IRC client for UNIX systems. It also supports -SILC and ICB protocols via plugins.") + "Irssi is a text terminal-based @acronym{IRC, Internet relay chat} client. +It is completely themable and extensible through Perl scripts, of which many +have already been written by the community. + +Plug-ins add support for other protocols like @acronym{SILC, Secure Internet Live +Conferencing} and @acronym{ICB, Internet Citizen's Band}.") (license license:gpl2+))) (define-public weechat |