diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-02-17 17:45:18 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-02-26 23:21:23 -0500 |
commit | b3e782e457d8384c5f5c0f9018bd45650ba9ccb4 (patch) | |
tree | bf017a16745b68f7c39fc61d37adf69766304026 /app-eselect/eselect-metasploit | |
parent | sci-mathematics/genius: use HTTPS (diff) | |
download | gentoo-b3e782e457d8384c5f5c0f9018bd45650ba9ccb4.tar.gz gentoo-b3e782e457d8384c5f5c0f9018bd45650ba9ccb4.tar.bz2 gentoo-b3e782e457d8384c5f5c0f9018bd45650ba9ccb4.zip |
app-eselect/eselect-metasploit: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11088
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-eselect/eselect-metasploit')
-rw-r--r-- | app-eselect/eselect-metasploit/eselect-metasploit-0.16.ebuild | 4 |
1 files 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 97bbf3897ad9..3af96b65608a 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" |