From 6809d9377b0bd2cf71811637663f2ec0cbe531e5 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 20 Mar 2017 22:37:34 +0100 Subject: gnu: ngircd: Use HTTPS. * gnu/packages/messaging.scm (ngircd)[source, home-page]: Use HTTPS. --- gnu/packages/messaging.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/messaging.scm') diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 65ec618799..c32bffcb89 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -206,7 +206,7 @@ dictionaries. HexChat can be extended with multiple addons.") (version "24") (source (origin (method url-fetch) - (uri (string-append "http://arthur.barton.de/pub/ngircd/ngircd-" + (uri (string-append "https://arthur.barton.de/pub/ngircd/ngircd-" version ".tar.xz")) (sha256 (base32 @@ -256,7 +256,7 @@ dictionaries. HexChat can be extended with multiple addons.") ;; It runs 'getpid.sh sh' to test if it works at all. Run it on ;; 'make' instead. (("getpid.sh sh") "getpid.sh make"))))))) - (home-page "http://ngircd.barton.de/") + (home-page "https://ngircd.barton.de/") (synopsis "Lightweight Internet Relay Chat server for small networks") (description "ngIRCd is a lightweight @dfn{Internet Relay Chat} (IRC) server for small -- cgit v1.2.3