diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-09 19:07:15 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-11 00:46:59 -0400 |
commit | 263a82f8a55f7e1979b3d71964d8709bbf7d0076 (patch) | |
tree | 17766a2219fe25d06ba46d9b84484901d6c3d3ba /net-libs/libprotoident/libprotoident-9999.ebuild | |
parent | net-libs/libnetfilter_conntrack: use HTTPS (diff) | |
download | gentoo-263a82f8a55f7e1979b3d71964d8709bbf7d0076.tar.gz gentoo-263a82f8a55f7e1979b3d71964d8709bbf7d0076.tar.bz2 gentoo-263a82f8a55f7e1979b3d71964d8709bbf7d0076.zip |
net-libs/libprotoident: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-libs/libprotoident/libprotoident-9999.ebuild')
-rw-r--r-- | net-libs/libprotoident/libprotoident-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libprotoident/libprotoident-9999.ebuild b/net-libs/libprotoident/libprotoident-9999.ebuild index 522c59fb2667..397ba5fb9253 100644 --- a/net-libs/libprotoident/libprotoident-9999.ebuild +++ b/net-libs/libprotoident/libprotoident-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools eutils git-r3 DESCRIPTION="A library that performs application layer protocol identification for flows" -HOMEPAGE="http://research.wand.net.nz/software/libprotoident.php" +HOMEPAGE="https://research.wand.net.nz/software/libprotoident.php" EGIT_REPO_URI="https://github.com/wanduow/libprotoident" EGIT_BRANCH="develop" |