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 71B04138239 for ; Sun, 12 Apr 2020 10:26:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA727E0955; Sun, 12 Apr 2020 10:26:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A6079E0955 for ; Sun, 12 Apr 2020 10:26:24 +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 87C3B34F122 for ; Sun, 12 Apr 2020 10:26:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA72B150 for ; Sun, 12 Apr 2020 10:26:21 +0000 (UTC) From: "Sergey Torokhov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Torokhov" Message-ID: <1586686786.db9e3ead08e2b48f7a0f048b8d93637ba9652463.SergeyTorokhov@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/geopy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/geopy/geopy-1.21.0.ebuild X-VCS-Directories: dev-python/geopy/ X-VCS-Committer: SergeyTorokhov X-VCS-Committer-Name: Sergey Torokhov X-VCS-Revision: db9e3ead08e2b48f7a0f048b8d93637ba9652463 X-VCS-Branch: dev Date: Sun, 12 Apr 2020 10:26:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 85e5b63c-0546-44a5-9de9-ca11e6d13dee X-Archives-Hash: 066737fdf6d853d05e2147d4aa07e4cc commit: db9e3ead08e2b48f7a0f048b8d93637ba9652463 Author: Sergey Torokhov yandex ru> AuthorDate: Sun Apr 12 10:19:46 2020 +0000 Commit: Sergey Torokhov yandex 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 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 "