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 3662F1382C5 for ; Mon, 5 Feb 2018 21:54:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7091EE09A7; Mon, 5 Feb 2018 21:54:13 +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 4F7E7E09A7 for ; Mon, 5 Feb 2018 21:54:13 +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 73A23335C49 for ; Mon, 5 Feb 2018 21:54:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C39141E0 for ; Mon, 5 Feb 2018 21:54:10 +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: <1517867627.b69946b12840a126a65ed0ed54bf1d0d0e159064.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-tagging/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-tagging/django-tagging-0.4.1.ebuild X-VCS-Directories: dev-python/django-tagging/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b69946b12840a126a65ed0ed54bf1d0d0e159064 X-VCS-Branch: master Date: Mon, 5 Feb 2018 21:54:10 +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: 63bb5154-d370-417b-a8f9-a7dfa42a55d8 X-Archives-Hash: 50fafedba18e96e64ed4139770edea1a commit: b69946b12840a126a65ed0ed54bf1d0d0e159064 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Feb 5 20:14:24 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 5 21:53:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b69946b1 dev-python/django-tagging: fix HOMEPAGE dev-python/django-tagging/django-tagging-0.4.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/django-tagging/django-tagging-0.4.1.ebuild b/dev-python/django-tagging/django-tagging-0.4.1.ebuild index ba76163a9c1..53e7d2d9bd8 100644 --- a/dev-python/django-tagging/django-tagging-0.4.1.ebuild +++ b/dev-python/django-tagging/django-tagging-0.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 DESCRIPTION="Generic tagging application for Django" -HOMEPAGE="https://code.google.com/p/django-tagging/" +HOMEPAGE="https://pypi.python.org/pypi/django-tagging" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"