diff --git a/dev-python/collective-checkdocs/collective-checkdocs-0.2-r1.ebuild b/dev-python/collective-checkdocs/collective-checkdocs-0.2-r1.ebuild index 5f0aad01261be..7bcacc2beef3e 100644 --- a/dev-python/collective-checkdocs/collective-checkdocs-0.2-r1.ebuild +++ b/dev-python/collective-checkdocs/collective-checkdocs-0.2-r1.ebuild @@ -11,7 +11,7 @@ DISTUTILS_USE_SETUPTOOLS=manual inherit distutils-r1 MY_PN="${PN/-/.}" -DESCRIPTION="Distutils command to view/validate packages's rst text long_descriptions." +DESCRIPTION="Distutils command to view/validate packages's rst text long_descriptions" HOMEPAGE="https://github.com/collective/collective.checkdocs" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.zip" S="${WORKDIR}/${MY_PN}-${PV}"