From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C3C42139694 for ; Sun, 30 Jul 2017 08:36:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E76AB1FC167; Sun, 30 Jul 2017 08:36:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C17D51FC167 for ; Sun, 30 Jul 2017 08:36:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E78E341AAD for ; Sun, 30 Jul 2017 08:36:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A81974D3 for ; Sun, 30 Jul 2017 08:36:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501403753.0b500aa79bad83211a9f580630143bc243a53c31.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/docker_auth/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/docker_auth/docker_auth-1.2.1.ebuild sys-auth/docker_auth/docker_auth-1.2.1_p20170711.ebuild X-VCS-Directories: sys-auth/docker_auth/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0b500aa79bad83211a9f580630143bc243a53c31 X-VCS-Branch: master Date: Sun, 30 Jul 2017 08:36:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2f05dd5c-5b4b-44b5-83a1-bd51dc25fc50 X-Archives-Hash: 0c60913371cdb7cfc54045eb100af3e3 commit: 0b500aa79bad83211a9f580630143bc243a53c31 Author: David Hicks hicks id au> AuthorDate: Fri Jul 28 23:14:11 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 08:35:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b500aa7 sys-auth/docker_auth: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 sys-auth/docker_auth/docker_auth-1.2.1.ebuild | 2 +- sys-auth/docker_auth/docker_auth-1.2.1_p20170711.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-auth/docker_auth/docker_auth-1.2.1.ebuild b/sys-auth/docker_auth/docker_auth-1.2.1.ebuild index 44f789d35bf..34473775222 100644 --- a/sys-auth/docker_auth/docker_auth-1.2.1.ebuild +++ b/sys-auth/docker_auth/docker_auth-1.2.1.ebuild @@ -32,7 +32,7 @@ SRC_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz KEYWORDS="~amd64" DESCRIPTION="Docker Registry 2 authentication server" -HOMEPAGE="http://github.com/cesanta/docker_auth" +HOMEPAGE="https://github.com/cesanta/docker_auth" LICENSE="Apache-2.0" SLOT="0" 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 index 410f72d2af5..fef428155d4 100644 --- a/sys-auth/docker_auth/docker_auth-1.2.1_p20170711.ebuild +++ b/sys-auth/docker_auth/docker_auth-1.2.1_p20170711.ebuild @@ -32,7 +32,7 @@ SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz KEYWORDS="~amd64" DESCRIPTION="Docker Registry 2 authentication server" -HOMEPAGE="http://github.com/cesanta/docker_auth" +HOMEPAGE="https://github.com/cesanta/docker_auth" LICENSE="Apache-2.0" SLOT="0"