commit: 657145362b249417807144ac846dd59959439669 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Apr 15 09:20:45 2018 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Apr 15 11:32:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65714536
net-misc/mosh: use HTTPS, sync HOMEPAGE net-misc/mosh/mosh-1.2.6.ebuild | 6 +++--- net-misc/mosh/mosh-1.3.0.ebuild | 6 +++--- net-misc/mosh/mosh-1.3.2.ebuild | 4 ++-- net-misc/mosh/mosh-9999.ebuild | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/net-misc/mosh/mosh-1.2.6.ebuild b/net-misc/mosh/mosh-1.2.6.ebuild index 830ca87da39..1c6b0db48f0 100644 --- a/net-misc/mosh/mosh-1.2.6.ebuild +++ b/net-misc/mosh/mosh-1.2.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit autotools bash-completion-r1 eutils vcs-snapshot DESCRIPTION="Mobile shell that supports roaming and intelligent local echo" -HOMEPAGE="http://mosh.mit.edu" -SRC_URI="http://mosh.mit.edu/${P}.tar.gz" +HOMEPAGE="https://mosh.org" +SRC_URI="https://mosh.org/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/net-misc/mosh/mosh-1.3.0.ebuild b/net-misc/mosh/mosh-1.3.0.ebuild index a1dac38e24f..305b36f5b07 100644 --- a/net-misc/mosh/mosh-1.3.0.ebuild +++ b/net-misc/mosh/mosh-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit autotools bash-completion-r1 eutils vcs-snapshot DESCRIPTION="Mobile shell that supports roaming and intelligent local echo" -HOMEPAGE="http://mosh.org" -SRC_URI="http://mosh.org/${P}.tar.gz" +HOMEPAGE="https://mosh.org" +SRC_URI="https://mosh.org/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild index 5fce383e67e..73919ad6dbf 100644 --- a/net-misc/mosh/mosh-1.3.2.ebuild +++ b/net-misc/mosh/mosh-1.3.2.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit autotools bash-completion-r1 eutils vcs-snapshot DESCRIPTION="Mobile shell that supports roaming and intelligent local echo" -HOMEPAGE="http://mosh.org" -SRC_URI="http://mosh.org/${P}.tar.gz" +HOMEPAGE="https://mosh.org" +SRC_URI="https://mosh.org/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/net-misc/mosh/mosh-9999.ebuild b/net-misc/mosh/mosh-9999.ebuild index 1c43e468a2d..96d00779f30 100644 --- a/net-misc/mosh/mosh-9999.ebuild +++ b/net-misc/mosh/mosh-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit autotools bash-completion-r1 eutils git-r3 DESCRIPTION="Mobile shell that supports roaming and intelligent local echo" -HOMEPAGE="http://mosh.mit.edu" +HOMEPAGE="https://mosh.org" EGIT_REPO_URI="https://github.com/keithw/mosh.git" LICENSE="GPL-3"
