gnu: znc: Use HTTPS.
* gnu/packages/messaging.scm (znc)[source]: Use HTTPS. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
7b3cb5acb8
commit
df3a461184
|
@ -571,7 +571,7 @@ compromised.")
|
|||
(version "1.8.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://znc.in/releases/archive/znc-"
|
||||
(uri (string-append "https://znc.in/releases/archive/znc-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Reference in New Issue