gnu: kirc: Update home page.

* gnu/packages/irc.scm (kirc)[home-page]: Update.

Change-Id: Ib46dee7d7350ceeb7e7e3a42dc69df1284d8b9fe
This commit is contained in:
Tobias Geerinckx-Rice 2024-08-18 02:00:00 +02:00
parent aa6e1c00b6
commit b51265e398
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -632,13 +632,13 @@ (define-public kirc
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(delete 'configure)))) ; No ./configure script (delete 'configure)))) ; No ./configure script
(home-page "https://mcpcpc.github.io/kirc/")
(synopsis "IRC client written in POSIX C99") (synopsis "IRC client written in POSIX C99")
(description "Kirc is an Internet Relay Chat (IRC) client. It includes (description "Kirc is an Internet Relay Chat (IRC) client. It includes
support for Simple Authentication and Security Layer (SASL), the support for Simple Authentication and Security Layer (SASL), the
client-to-client (CTCP) protocol, simple chat history logging, synchronous client-to-client (CTCP) protocol, simple chat history logging, synchronous
message handling, multi-channel joining at server connection, full support for message handling, multi-channel joining at server connection, full support for
all RFC 2812 commands, and customized color scheme definitions.") all RFC 2812 commands, and customized color scheme definitions.")
(home-page "http://kirc.io/index.html")
(license license:expat))) (license license:expat)))
(define-public limnoria (define-public limnoria