dev-python/django-tagging: fix HOMEPAGE
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Mon, 5 Feb 2018 20:14:24 +0000 (21:14 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 5 Feb 2018 21:53:47 +0000 (22:53 +0100)
dev-python/django-tagging/django-tagging-0.4.1.ebuild

index ba76163a9c197476e3aaec5b48b4659261b45b71..53e7d2d9bd84f46f6c73e01ade67faf7b1de9009 100644 (file)
@@ -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"