[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: autossh: Use HTTPS home page.
From: |
guix-commits |
Subject: |
02/05: gnu: autossh: Use HTTPS home page. |
Date: |
Mon, 4 Feb 2019 15:47:30 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 26045af93c6a8b56c77aa54019f47429f5639c1d
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Feb 4 21:15:25 2019 +0100
gnu: autossh: Use HTTPS home page.
* gnu/packages/ssh.scm (autossh)[source, home-page]: Use HTTPS.
---
gnu/packages/ssh.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 78659fb..ddb3595 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -631,7 +631,7 @@ authentication}.")
(origin
(method url-fetch)
(uri (string-append
- "http://www.harding.motd.ca/autossh/autossh-"
+ "https://www.harding.motd.ca/autossh/autossh-"
version ".tgz"))
(sha256
(base32 "1wpqwa2872nqgqbhnb6nnkrlzpdawd5k69gh1qp68354pvhyawh1"))))
@@ -641,7 +641,7 @@ authentication}.")
(synopsis "Automatically restart SSH sessions and tunnels")
(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.")
- (home-page "http://www.harding.motd.ca/autossh/")
+ (home-page "https://www.harding.motd.ca/autossh/")
(license
;; 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
- branch master updated (89339a3 -> 8c35a6d), guix-commits, 2019/02/04
- 04/05: gnu: gambit-c: Update to 4.9.2., guix-commits, 2019/02/04
- 01/05: gnu: sshuttle: Update to 0.78.5., guix-commits, 2019/02/04
- 02/05: gnu: autossh: Use HTTPS home page.,
guix-commits <=
- 03/05: gnu: autossh: Update to 1.4g., guix-commits, 2019/02/04
- 05/05: gnu: gx, go-github-com-whyrusleeping-gx-util: Update to 0.14.1., guix-commits, 2019/02/04