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/lzop/
Date: Thu, 26 Dec 2019 10:53:32
Message-Id: 1577357597.ec1b566a6f5fecace4661c8ae0afb67be14de1e4.mgorny@gentoo
1 commit: ec1b566a6f5fecace4661c8ae0afb67be14de1e4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 26 10:48:57 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 26 10:53:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec1b566a
7
8 app-arch/lzop: Use HTTPS
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-arch/lzop/lzop-1.04.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-arch/lzop/lzop-1.04.ebuild b/app-arch/lzop/lzop-1.04.ebuild
16 index b975eb18076..b43bb628094 100644
17 --- a/app-arch/lzop/lzop-1.04.ebuild
18 +++ b/app-arch/lzop/lzop-1.04.ebuild
19 @@ -1,11 +1,11 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="6"
25
26 DESCRIPTION="Utility for fast (even real-time) compression/decompression"
27 -HOMEPAGE="http://www.lzop.org/"
28 -SRC_URI="http://www.lzop.org/download/${P}.tar.gz"
29 +HOMEPAGE="https://www.lzop.org/"
30 +SRC_URI="https://www.lzop.org/download/${P}.tar.gz"
31
32 LICENSE="GPL-2"
33 SLOT="0"