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 291E21395E2 for ; Fri, 11 Nov 2016 12:15:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BB1BE08C6; Fri, 11 Nov 2016 12:15:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6682FE08C6 for ; Fri, 11 Nov 2016 12:15:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7EE4F341644 for ; Fri, 11 Nov 2016 12:15:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20CC286E for ; Fri, 11 Nov 2016 12:15:37 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1478866522.99beb8911b431f1daec80827b16955ea78253a0f.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/docker-pycreds/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/docker-pycreds/docker-pycreds-0.2.1.ebuild X-VCS-Directories: dev-python/docker-pycreds/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 99beb8911b431f1daec80827b16955ea78253a0f X-VCS-Branch: master Date: Fri, 11 Nov 2016 12:15:37 +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: 9b7ea783-e4f9-4060-9f97-4162dd449fd3 X-Archives-Hash: d29c8b29367e5b450fb33c35f401fa35 commit: 99beb8911b431f1daec80827b16955ea78253a0f Author: Manuel Rüger gentoo org> AuthorDate: Fri Nov 11 12:15:22 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri Nov 11 12:15:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99beb891 dev-python/docker-pycreds: Fix homepage Package-Manager: portage-2.3.0 dev-python/docker-pycreds/docker-pycreds-0.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/docker-pycreds/docker-pycreds-0.2.1.ebuild b/dev-python/docker-pycreds/docker-pycreds-0.2.1.ebuild index bf78fe8..bf00e05 100644 --- a/dev-python/docker-pycreds/docker-pycreds-0.2.1.ebuild +++ b/dev-python/docker-pycreds/docker-pycreds-0.2.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_4 ) inherit distutils-r1 DESCRIPTION="Python bindings for the docker credentials store API" -HOMEPAGE="https://github.com/shin-/docker-pycreds/" +HOMEPAGE="https://github.com/shin-/dockerpy-creds/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0"