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/pdlzip/
Date: Thu, 26 Dec 2019 10:53:31
Message-Id: 1577357596.06dcc1a6e39a2dd1bd9450cb299e8f80e8f3fe01.mgorny@gentoo
1 commit: 06dcc1a6e39a2dd1bd9450cb299e8f80e8f3fe01
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 26 10:48:41 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 26 10:53:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06dcc1a6
7
8 app-arch/pdlzip: Use HTTPS
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-arch/pdlzip/pdlzip-1.10.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-arch/pdlzip/pdlzip-1.10.ebuild b/app-arch/pdlzip/pdlzip-1.10.ebuild
16 index 54060f06792..058c99d67e7 100644
17 --- a/app-arch/pdlzip/pdlzip-1.10.ebuild
18 +++ b/app-arch/pdlzip/pdlzip-1.10.ebuild
19 @@ -6,8 +6,8 @@ EAPI=6
20 inherit toolchain-funcs
21
22 DESCRIPTION="Public-domain version of lzip compressor"
23 -HOMEPAGE="http://www.nongnu.org/lzip/pdlzip.html"
24 -SRC_URI="http://download.savannah.gnu.org/releases/lzip/pdlzip/${P}.tar.gz"
25 +HOMEPAGE="https://www.nongnu.org/lzip/pdlzip.html"
26 +SRC_URI="https://download.savannah.gnu.org/releases/lzip/pdlzip/${P}.tar.gz"
27
28 LICENSE="public-domain"
29 SLOT="0"