summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-03-20 22:37:34 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-03-20 22:44:06 +0100
commit6809d9377b0bd2cf71811637663f2ec0cbe531e5 (patch)
tree6c01b0624065fe292ad906fbd2207f3f05caea0e
parent07b7a66526b3f6d856a5d795ad8bbee5f7902fcd (diff)
downloadguix-patches-6809d9377b0bd2cf71811637663f2ec0cbe531e5.tar
guix-patches-6809d9377b0bd2cf71811637663f2ec0cbe531e5.tar.gz
gnu: ngircd: Use HTTPS.
* gnu/packages/messaging.scm (ngircd)[source, home-page]: Use HTTPS.
-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 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