From b51265e39828aacec9b5c0fd6d170cfa780ca325 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 18 Aug 2024 02:00:00 +0200 Subject: gnu: kirc: Update home page. * gnu/packages/irc.scm (kirc)[home-page]: Update. Change-Id: Ib46dee7d7350ceeb7e7e3a42dc69df1284d8b9fe --- gnu/packages/irc.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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 -- cgit v1.2.3