[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: gnu: mosh: Update source location.
From: |
Efraim Flashner |
Subject: |
06/09: gnu: mosh: Update source location. |
Date: |
Thu, 11 Aug 2016 10:20:35 +0000 (UTC) |
efraim pushed a commit to branch master
in repository guix.
commit c3671282c11a81a71f558e26f8230f7b4add6945
Author: Efraim Flashner <address@hidden>
Date: Thu Aug 11 12:07:43 2016 +0300
gnu: mosh: Update source location.
* gnu/packages/ssh.scm (mosh)[source]: Download from homepage.
[home-page]: Old url redirects to https://mosh.org.
---
gnu/packages/ssh.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index bca4433..4e0697a 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -307,8 +307,7 @@ in future and NTLM based authentication is most likey never
be supported.")
(version "1.2.5")
(source (origin
(method url-fetch)
- (uri (string-append "https://mosh.mit.edu/mosh-"
- version ".tar.gz"))
+ (uri (string-append "https://mosh.org/mosh-" version ".tar.gz"))
(sha256
(base32
"1qsb0y882yfgwnpy6f98pi5xqm6kykdsrxzvaal37hs7szjhky0s"))))
@@ -334,7 +333,7 @@ in future and NTLM based authentication is most likey never
be supported.")
("ncurses" ,ncurses)
("protobuf" ,protobuf)
("boost-headers" ,boost)))
- (home-page "http://mosh.mit.edu/")
+ (home-page "https://mosh.org/")
(synopsis "Remote shell tolerant to intermittent connectivity")
(description
"Remote terminal application that allows roaming, supports intermittent
- branch master updated (10692b2 -> 91c5262), Efraim Flashner, 2016/08/11
- 02/09: gnu: freeimpi: Update to 1.5.3., Efraim Flashner, 2016/08/11
- 06/09: gnu: mosh: Update source location.,
Efraim Flashner <=
- 03/09: gnu: ffmpeg: Update to 3.1.2., Efraim Flashner, 2016/08/11
- 08/09: gnu: mosh: Update to 1.2.6., Efraim Flashner, 2016/08/11
- 07/09: gnu: mosh: Use 'modify-phases'., Efraim Flashner, 2016/08/11
- 04/09: gnu: obs: Update to 0.15.4., Efraim Flashner, 2016/08/11
- 01/09: gnu: dico: Update to 2.3., Efraim Flashner, 2016/08/11
- 05/09: gnu: mpv: Update to 0.18.1., Efraim Flashner, 2016/08/11
- 09/09: gnu: corkscrew: Use 'modify-phases'., Efraim Flashner, 2016/08/11