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: sys-auth/docker_auth/
Date: Sun, 30 Jul 2017 08:36:09
Message-Id: 1501403753.0b500aa79bad83211a9f580630143bc243a53c31.mgorny@gentoo
1 commit: 0b500aa79bad83211a9f580630143bc243a53c31
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Fri Jul 28 23:14:11 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:35:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b500aa7
7
8 sys-auth/docker_auth: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sys-auth/docker_auth/docker_auth-1.2.1.ebuild | 2 +-
13 sys-auth/docker_auth/docker_auth-1.2.1_p20170711.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-auth/docker_auth/docker_auth-1.2.1.ebuild b/sys-auth/docker_auth/docker_auth-1.2.1.ebuild
17 index 44f789d35bf..34473775222 100644
18 --- a/sys-auth/docker_auth/docker_auth-1.2.1.ebuild
19 +++ b/sys-auth/docker_auth/docker_auth-1.2.1.ebuild
20 @@ -32,7 +32,7 @@ SRC_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz
21 KEYWORDS="~amd64"
22
23 DESCRIPTION="Docker Registry 2 authentication server"
24 -HOMEPAGE="http://github.com/cesanta/docker_auth"
25 +HOMEPAGE="https://github.com/cesanta/docker_auth"
26
27 LICENSE="Apache-2.0"
28 SLOT="0"
29
30 diff --git a/sys-auth/docker_auth/docker_auth-1.2.1_p20170711.ebuild b/sys-auth/docker_auth/docker_auth-1.2.1_p20170711.ebuild
31 index 410f72d2af5..fef428155d4 100644
32 --- a/sys-auth/docker_auth/docker_auth-1.2.1_p20170711.ebuild
33 +++ b/sys-auth/docker_auth/docker_auth-1.2.1_p20170711.ebuild
34 @@ -32,7 +32,7 @@ SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz
35 KEYWORDS="~amd64"
36
37 DESCRIPTION="Docker Registry 2 authentication server"
38 -HOMEPAGE="http://github.com/cesanta/docker_auth"
39 +HOMEPAGE="https://github.com/cesanta/docker_auth"
40
41 LICENSE="Apache-2.0"
42 SLOT="0"