Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lzlib/
Date: Thu, 26 Dec 2019 10:53:30
Message-Id: 1577357594.17a08b8ead00457bd2d35c0827175d29bdc57873.mgorny@gentoo
1 commit: 17a08b8ead00457bd2d35c0827175d29bdc57873
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 26 10:47:57 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 26 10:53:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a08b8e
7
8 app-arch/lzlib: Use HTTPS
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-arch/lzlib/lzlib-1.11.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-arch/lzlib/lzlib-1.11.ebuild b/app-arch/lzlib/lzlib-1.11.ebuild
16 index b5c07f78748..504d1931f13 100644
17 --- a/app-arch/lzlib/lzlib-1.11.ebuild
18 +++ b/app-arch/lzlib/lzlib-1.11.ebuild
19 @@ -6,8 +6,8 @@ EAPI=6
20 inherit toolchain-funcs
21
22 DESCRIPTION="Library for lzip compression"
23 -HOMEPAGE="http://www.nongnu.org/lzip/lzlib.html"
24 -SRC_URI="http://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.gz"
25 +HOMEPAGE="https://www.nongnu.org/lzip/lzlib.html"
26 +SRC_URI="https://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.gz"
27
28 LICENSE="libstdc++" # fancy form of GPL-2+ with library exception
29 SLOT="0"