mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-libs/pjproject: use HTTPS.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11392 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
committed by
Patrice Clement
parent
6f12c43e03
commit
bf0a4cc608
@@ -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,8 +6,8 @@ EAPI=6
|
||||
inherit autotools flag-o-matic
|
||||
|
||||
DESCRIPTION="Open source SIP, Media, and NAT Traversal Library"
|
||||
HOMEPAGE="http://www.pjsip.org/"
|
||||
SRC_URI="http://www.pjsip.org/release/${PV}/${P}.tar.bz2"
|
||||
HOMEPAGE="https://www.pjsip.org/"
|
||||
SRC_URI="https://www.pjsip.org/release/${PV}/${P}.tar.bz2"
|
||||
KEYWORDS="amd64 ~ppc x86"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -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,8 +6,8 @@ EAPI=6
|
||||
inherit autotools flag-o-matic
|
||||
|
||||
DESCRIPTION="Open source SIP, Media, and NAT Traversal Library"
|
||||
HOMEPAGE="http://www.pjsip.org/"
|
||||
SRC_URI="http://www.pjsip.org/release/${PV}/${P}.tar.bz2"
|
||||
HOMEPAGE="https://www.pjsip.org/"
|
||||
SRC_URI="https://www.pjsip.org/release/${PV}/${P}.tar.bz2"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
Reference in New Issue
Block a user