commit: db9e3ead08e2b48f7a0f048b8d93637ba9652463 Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru> AuthorDate: Sun Apr 12 10:19:46 2020 +0000 Commit: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru> CommitDate: Sun Apr 12 10:19:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db9e3ead
dev-python/geopy: fix HOMEPAGE The one of HOMEPAGE link (http://www.geopy.org) leads now to site with advertising content. The new geopy documentation site is https://geopy.readthedocs.io Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru> dev-python/geopy/geopy-1.21.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/geopy/geopy-1.21.0.ebuild b/dev-python/geopy/geopy-1.21.0.ebuild index cb9c814..8ef4106 100644 --- a/dev-python/geopy/geopy-1.21.0.ebuild +++ b/dev-python/geopy/geopy-1.21.0.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="A Geocoding Toolbox for Python" HOMEPAGE=" - http://www.geopy.org + https://geopy.readthedocs.io https://github.com/geopy/geopy https://pypi.org/project/geopy "
