gnu: mosh: Update source location.

* gnu/packages/ssh.scm (mosh)[source]: Download from homepage.
[home-page]: Old url redirects to https://mosh.org.
master
Efraim Flashner 2016-08-11 12:07:43 +03:00
parent 3dbdfdc7f0
commit c3671282c1
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 3 deletions

View File

@ -307,8 +307,7 @@ in future and NTLM based authentication is most likey never be supported.")
(version "1.2.5") (version "1.2.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://mosh.mit.edu/mosh-" (uri (string-append "https://mosh.org/mosh-" version ".tar.gz"))
version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1qsb0y882yfgwnpy6f98pi5xqm6kykdsrxzvaal37hs7szjhky0s")))) "1qsb0y882yfgwnpy6f98pi5xqm6kykdsrxzvaal37hs7szjhky0s"))))
@ -334,7 +333,7 @@ in future and NTLM based authentication is most likey never be supported.")
("ncurses" ,ncurses) ("ncurses" ,ncurses)
("protobuf" ,protobuf) ("protobuf" ,protobuf)
("boost-headers" ,boost))) ("boost-headers" ,boost)))
(home-page "http://mosh.mit.edu/") (home-page "https://mosh.org/")
(synopsis "Remote shell tolerant to intermittent connectivity") (synopsis "Remote shell tolerant to intermittent connectivity")
(description (description
"Remote terminal application that allows roaming, supports intermittent "Remote terminal application that allows roaming, supports intermittent