summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/messaging.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 65ec618799f..c32bffcb89e 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -206,7 +206,7 @@ dictionaries. HexChat can be extended with multiple addons.")
206 (version "24") 206 (version "24")
207 (source (origin 207 (source (origin
208 (method url-fetch) 208 (method url-fetch)
209 (uri (string-append "http://arthur.barton.de/pub/ngircd/ngircd-" 209 (uri (string-append "https://arthur.barton.de/pub/ngircd/ngircd-"
210 version ".tar.xz")) 210 version ".tar.xz"))
211 (sha256 211 (sha256
212 (base32 212 (base32
@@ -256,7 +256,7 @@ dictionaries. HexChat can be extended with multiple addons.")
256 ;; It runs 'getpid.sh sh' to test if it works at all. Run it on 256 ;; It runs 'getpid.sh sh' to test if it works at all. Run it on
257 ;; 'make' instead. 257 ;; 'make' instead.
258 (("getpid.sh sh") "getpid.sh make"))))))) 258 (("getpid.sh sh") "getpid.sh make")))))))
259 (home-page "http://ngircd.barton.de/") 259 (home-page "https://ngircd.barton.de/")
260 (synopsis "Lightweight Internet Relay Chat server for small networks") 260 (synopsis "Lightweight Internet Relay Chat server for small networks")
261 (description 261 (description
262 "ngIRCd is a lightweight @dfn{Internet Relay Chat} (IRC) server for small 262 "ngIRCd is a lightweight @dfn{Internet Relay Chat} (IRC) server for small