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: media-gfx/qrencode/
Date: Thu, 29 Jun 2017 22:22:26
Message-Id: 1498774923.c7bf341e0ae5e915f8b9704708ef1c997736bd53.mgorny@gentoo
1 commit: c7bf341e0ae5e915f8b9704708ef1c997736bd53
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 29 21:20:57 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 29 22:22:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7bf341e
7
8 media-gfx/qrencode: Switch to https://
9
10 media-gfx/qrencode/qrencode-3.4.4-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild b/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
14 index cd513133dd2..d08b8dbfe7e 100644
15 --- a/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
16 +++ b/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
17 @@ -6,8 +6,8 @@ EAPI=6
18 inherit autotools
19
20 DESCRIPTION="C library for encoding data in a QR Code symbol"
21 -HOMEPAGE="http://fukuchi.org/works/qrencode/"
22 -SRC_URI="http://fukuchi.org/works/${PN}/${P}.tar.bz2"
23 +HOMEPAGE="https://fukuchi.org/works/qrencode/"
24 +SRC_URI="https://fukuchi.org/works/${PN}/${P}.tar.bz2"
25
26 LICENSE="LGPL-2"
27 SLOT="0"