diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-08-18 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-08-18 02:00:00 +0200 |
commit | b51265e39828aacec9b5c0fd6d170cfa780ca325 (patch) | |
tree | 3e90185d1c1035d32261fa5c96fd72dc70b66df7 /gnu/packages/irc.scm | |
parent | aa6e1c00b60cc90629a2aa269da879d61904de86 (diff) | |
download | guix-b51265e39828aacec9b5c0fd6d170cfa780ca325.tar guix-b51265e39828aacec9b5c0fd6d170cfa780ca325.tar.gz |
gnu: kirc: Update home page.
* gnu/packages/irc.scm (kirc)[home-page]: Update.
Change-Id: Ib46dee7d7350ceeb7e7e3a42dc69df1284d8b9fe
Diffstat (limited to 'gnu/packages/irc.scm')
-rw-r--r-- | gnu/packages/irc.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index a9f82ba957..0fe34abab0 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -632,13 +632,13 @@ highlighted. #:phases (modify-phases %standard-phases (delete 'configure)))) ; No ./configure script + (home-page "https://mcpcpc.github.io/kirc/") (synopsis "IRC client written in POSIX C99") (description "Kirc is an Internet Relay Chat (IRC) client. It includes support for Simple Authentication and Security Layer (SASL), the client-to-client (CTCP) protocol, simple chat history logging, synchronous message handling, multi-channel joining at server connection, full support for all RFC 2812 commands, and customized color scheme definitions.") - (home-page "http://kirc.io/index.html") (license license:expat))) (define-public limnoria |