diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-08-11 12:07:43 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-08-11 13:20:17 +0300 |
commit | c3671282c11a81a71f558e26f8230f7b4add6945 (patch) | |
tree | 289e5993cc7bd7de92366eaa817c18ac16873973 /gnu | |
parent | 3dbdfdc7f08d06f3ee54eb8bc5ab601afc5a9f6e (diff) | |
download | patches-c3671282c11a81a71f558e26f8230f7b4add6945.tar patches-c3671282c11a81a71f558e26f8230f7b4add6945.tar.gz |
gnu: mosh: Update source location.
* gnu/packages/ssh.scm (mosh)[source]: Download from homepage.
[home-page]: Old url redirects to https://mosh.org.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ssh.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index bca443390d..4e0697a9aa 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 |