mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
net-libs/libprotoident: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
committed by
Aaron Bauman
parent
f157c16a61
commit
263a82f8a5
@@ -1,12 +1,12 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="A library that performs application layer protocol identification for flows"
|
||||
HOMEPAGE="http://research.wand.net.nz/software/libprotoident.php"
|
||||
SRC_URI="http://research.wand.net.nz/software/${PN}/${P}.tar.gz"
|
||||
HOMEPAGE="https://research.wand.net.nz/software/libprotoident.php"
|
||||
SRC_URI="https://research.wand.net.nz/software/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3+"
|
||||
SLOT="0/2"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user