diff options
-rw-r--r-- | dev-python/sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/sphinx-notfound-page/sphinx-notfound-page-0.8.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild index 521bc1d1cc04..e0e5014bf924 100644 --- a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild +++ b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( pypy3 python3_{8..10} ) inherit distutils-r1 -DESCRIPTION="Create a custom 404 page with absolute URLs hardcoded." +DESCRIPTION="Create a custom 404 page with absolute URLs hardcoded" HOMEPAGE="https://sphinx-notfound-page.readthedocs.io/" # PyPI tarballs lack tests # https://github.com/readthedocs/sphinx-notfound-page/pull/110 diff --git a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.8.ebuild b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.8.ebuild index 8b23c2564b9c..29b071af32ec 100644 --- a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.8.ebuild +++ b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.8.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( pypy3 python3_{8..10} ) inherit distutils-r1 -DESCRIPTION="Create a custom 404 page with absolute URLs hardcoded." +DESCRIPTION="Create a custom 404 page with absolute URLs hardcoded" HOMEPAGE="https://sphinx-notfound-page.readthedocs.io/" # PyPI tarballs lack tests # https://github.com/readthedocs/sphinx-notfound-page/pull/110 |