gnu: ngircd: Use HTTPS.
* gnu/packages/messaging.scm (ngircd)[source, home-page]: Use HTTPS.master
parent
07b7a66526
commit
6809d9377b
|
@ -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
|
||||||
|
|
Reference in New Issue