Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
Date: Wed, 05 Apr 2017 00:02:31
Message-Id: 1491350534.d1d016cab83c574a74672d0af1b6481975f2fbbf.xmw@gentoo
1 commit: d1d016cab83c574a74672d0af1b6481975f2fbbf
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 00:02:14 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 00:02:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d016ca
7
8 net-misc/mosh: update HOMEPAGE and SRC_URI to mosh.org.
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 net-misc/mosh/mosh-1.3.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/mosh/mosh-1.3.0.ebuild b/net-misc/mosh/mosh-1.3.0.ebuild
16 index 31a5ff71815..a1dac38e24f 100644
17 --- a/net-misc/mosh/mosh-1.3.0.ebuild
18 +++ b/net-misc/mosh/mosh-1.3.0.ebuild
19 @@ -6,8 +6,8 @@ EAPI=6
20 inherit autotools bash-completion-r1 eutils vcs-snapshot
21
22 DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
23 -HOMEPAGE="http://mosh.mit.edu"
24 -SRC_URI="http://mosh.mit.edu/${P}.tar.gz"
25 +HOMEPAGE="http://mosh.org"
26 +SRC_URI="http://mosh.org/${P}.tar.gz"
27
28 LICENSE="GPL-3"
29 SLOT="0"