commit: b3e782e457d8384c5f5c0f9018bd45650ba9ccb4 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Feb 17 16:45:18 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed Feb 27 04:21:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e782e4
app-eselect/eselect-metasploit: use HTTPS Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11088 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> app-eselect/eselect-metasploit/eselect-metasploit-0.16.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-eselect/eselect-metasploit/eselect-metasploit-0.16.ebuild b/app-eselect/eselect-metasploit/eselect-metasploit-0.16.ebuild index 97bbf3897ad..3af96b65608 100644 --- a/app-eselect/eselect-metasploit/eselect-metasploit-0.16.ebuild +++ b/app-eselect/eselect-metasploit/eselect-metasploit-0.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit multilib DESCRIPTION="eselect module for metasploit" -HOMEPAGE="http://www.pentoo.ch/" +HOMEPAGE="https://www.pentoo.ch/" SRC_URI="" LICENSE="GPL-2"
