commit: 997463d9e8d07693a121786ce7f9bb8b8492660d Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Thu May 30 07:30:32 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Fri May 31 00:56:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=997463d9
app-admin/mms-agent: use HTTPS Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12132 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> app-admin/mms-agent/mms-agent-3.7.0.212_p1.ebuild | 4 ++-- app-admin/mms-agent/mms-agent-6.0.0.381_p1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-admin/mms-agent/mms-agent-3.7.0.212_p1.ebuild b/app-admin/mms-agent/mms-agent-3.7.0.212_p1.ebuild index af3f9b652cf..160ecf3ef62 100644 --- a/app-admin/mms-agent/mms-agent-3.7.0.212_p1.ebuild +++ b/app-admin/mms-agent/mms-agent-3.7.0.212_p1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit eutils user MY_PV=${PV/_p/-} DESCRIPTION="MongoDB MMS agents" -HOMEPAGE="http://mms.mongodb.com" +HOMEPAGE="https://www.mongodb.com/cloud" SRC_URI=" monitoring? ( amd64? ( https://mms.mongodb.com/download/agent/monitoring/mongodb-mms-monitoring-agent-${MY_PV}.linux_x86_64.tar.gz ) diff --git a/app-admin/mms-agent/mms-agent-6.0.0.381_p1.ebuild b/app-admin/mms-agent/mms-agent-6.0.0.381_p1.ebuild index e597d7f41fe..4f3872a0672 100644 --- a/app-admin/mms-agent/mms-agent-6.0.0.381_p1.ebuild +++ b/app-admin/mms-agent/mms-agent-6.0.0.381_p1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit eutils user MY_PV=${PV/_p/-} DESCRIPTION="MongoDB MMS agents" -HOMEPAGE="http://cloud.mongodb.com" +HOMEPAGE="https://www.mongodb.com/cloud" SRC_URI=" monitoring? ( https://cloud.mongodb.com/download/agent/monitoring/mongodb-mms-monitoring-agent-${MY_PV}.linux_x86_64.tar.gz
