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 ACF3E13835B for ; Fri, 11 Dec 2020 12:48:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBE8DE0997; Fri, 11 Dec 2020 12:48:37 +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 B3C24E0997 for ; Fri, 11 Dec 2020 12:48:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C39CA340FC9 for ; Fri, 11 Dec 2020 12:48:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62578489 for ; Fri, 11 Dec 2020 12:48:35 +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: <1607690900.b06d73a9f9d24ee6726664a27d19f9163717f408.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/citeproc-py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/citeproc-py/citeproc-py-0.4.0-r1.ebuild X-VCS-Directories: dev-python/citeproc-py/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b06d73a9f9d24ee6726664a27d19f9163717f408 X-VCS-Branch: master Date: Fri, 11 Dec 2020 12:48:35 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 74fab71e-5822-446a-9493-648906d58e03 X-Archives-Hash: 8c111766df666135ba8fac14a0305bc1 commit: b06d73a9f9d24ee6726664a27d19f9163717f408 Author: Michał Górny gentoo org> AuthorDate: Fri Dec 11 12:25:02 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 11 12:48:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b06d73a9 dev-python/citeproc-py: Update HOMEPAGE Signed-off-by: Michał Górny gentoo.org> dev-python/citeproc-py/citeproc-py-0.4.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/citeproc-py/citeproc-py-0.4.0-r1.ebuild b/dev-python/citeproc-py/citeproc-py-0.4.0-r1.ebuild index 0077a97d054..88e0adc0c2e 100644 --- a/dev-python/citeproc-py/citeproc-py-0.4.0-r1.ebuild +++ b/dev-python/citeproc-py/citeproc-py-0.4.0-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 DESCRIPTION="Yet another Python CSL Processor" -HOMEPAGE="https://pypi.python.org/pypi/citeproc-py" +HOMEPAGE="https://pypi.org/project/citeproc-py/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2"