mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/libestr: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11887 Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
committed by
Aaron Bauman
parent
c80b50b9a5
commit
25eddc2c83
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# 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
|
||||
|
||||
DESCRIPTION="Library for some string essentials"
|
||||
HOMEPAGE="http://libestr.adiscon.com/"
|
||||
SRC_URI="http://libestr.adiscon.com/files/download/${P}.tar.gz"
|
||||
HOMEPAGE="https://libestr.adiscon.com/"
|
||||
SRC_URI="https://libestr.adiscon.com/files/download/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
|
||||
@@ -6,8 +6,8 @@ EAPI="7"
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="Library for some string essentials"
|
||||
HOMEPAGE="http://libestr.adiscon.com/"
|
||||
SRC_URI="http://libestr.adiscon.com/files/download/${P}.tar.gz"
|
||||
HOMEPAGE="https://libestr.adiscon.com/"
|
||||
SRC_URI="https://libestr.adiscon.com/files/download/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user