me
/
guix
Archived
1
0
Fork 0

gnu: ngircd: Use HTTPS.

* gnu/packages/messaging.scm (ngircd)[source, home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2017-03-20 22:37:34 +01:00
parent 07b7a66526
commit 6809d9377b
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -206,7 +206,7 @@ dictionaries. HexChat can be extended with multiple addons.")
(version "24") (version "24")
(source (origin (source (origin
(method url-fetch) (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")) version ".tar.xz"))
(sha256 (sha256
(base32 (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 ;; It runs 'getpid.sh sh' to test if it works at all. Run it on
;; 'make' instead. ;; 'make' instead.
(("getpid.sh sh") "getpid.sh make"))))))) (("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") (synopsis "Lightweight Internet Relay Chat server for small networks")
(description (description
"ngIRCd is a lightweight @dfn{Internet Relay Chat} (IRC) server for small "ngIRCd is a lightweight @dfn{Internet Relay Chat} (IRC) server for small