mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: kirc: Update home page.
* gnu/packages/irc.scm (kirc)[home-page]: Update. Change-Id: Ib46dee7d7350ceeb7e7e3a42dc69df1284d8b9fe
This commit is contained in:
parent
aa6e1c00b6
commit
b51265e398
1 changed files with 1 additions and 1 deletions
|
@ -632,13 +632,13 @@ (define-public kirc
|
|||
#: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
|
||||
|
|
Loading…
Reference in a new issue