gnu: autossh: Use HTTPS home page.
* gnu/packages/ssh.scm (autossh)[source, home-page]: Use HTTPS.
This commit is contained in:
parent
627c6531f0
commit
26045af93c
|
@ -631,7 +631,7 @@ authentication}.")
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://www.harding.motd.ca/autossh/autossh-"
|
"https://www.harding.motd.ca/autossh/autossh-"
|
||||||
version ".tgz"))
|
version ".tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1wpqwa2872nqgqbhnb6nnkrlzpdawd5k69gh1qp68354pvhyawh1"))))
|
(base32 "1wpqwa2872nqgqbhnb6nnkrlzpdawd5k69gh1qp68354pvhyawh1"))))
|
||||||
|
@ -641,7 +641,7 @@ authentication}.")
|
||||||
(synopsis "Automatically restart SSH sessions and tunnels")
|
(synopsis "Automatically restart SSH sessions and tunnels")
|
||||||
(description "autossh is a program to start a copy of @command{ssh} and
|
(description "autossh is a program to start a copy of @command{ssh} and
|
||||||
monitor it, restarting it as necessary should it die or stop passing traffic.")
|
monitor it, restarting it as necessary should it die or stop passing traffic.")
|
||||||
(home-page "http://www.harding.motd.ca/autossh/")
|
(home-page "https://www.harding.motd.ca/autossh/")
|
||||||
(license
|
(license
|
||||||
;; Why point to a source file? Well, all the individual files have a
|
;; Why point to a source file? Well, all the individual files have a
|
||||||
;; copy of this license in their headers, but there's no separate file
|
;; copy of this license in their headers, but there's no separate file
|
||||||
|
|
Loading…
Reference in New Issue