[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: ngircd: Use HTTPS.
From: |
Tobias Geerinckx-Rice |
Subject: |
06/06: gnu: ngircd: Use HTTPS. |
Date: |
Mon, 20 Mar 2017 17:43:24 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 6809d9377b0bd2cf71811637663f2ec0cbe531e5
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Mar 20 22:37:34 2017 +0100
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(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 65ec618..c32bffc 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
- branch master updated (e2c4fe7 -> 6809d93), Tobias Geerinckx-Rice, 2017/03/20
- 01/06: gnu: simple-scan: Update to 3.24.0., Tobias Geerinckx-Rice, 2017/03/20
- 04/06: gnu: ngircd: Use ‘modify-phases’ syntax., Tobias Geerinckx-Rice, 2017/03/20
- 05/06: gnu: ngircd: Use the phrase ‘IRC’ in its description., Tobias Geerinckx-Rice, 2017/03/20
- 06/06: gnu: ngircd: Use HTTPS.,
Tobias Geerinckx-Rice <=
- 02/06: gnu: znc: Run test suite., Tobias Geerinckx-Rice, 2017/03/20
- 03/06: gnu: ngircd: Update to 24., Tobias Geerinckx-Rice, 2017/03/20