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 3447B138239 for ; Sun, 12 Apr 2020 16:39:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6077EE0864; Sun, 12 Apr 2020 16:39:29 +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 4917BE0864 for ; Sun, 12 Apr 2020 16:39:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3481334F0A8 for ; Sun, 12 Apr 2020 16:39:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7D831CF for ; Sun, 12 Apr 2020 16:39:26 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1586686786.db9e3ead08e2b48f7a0f048b8d93637ba9652463.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: db9e3ead08e2b48f7a0f048b8d93637ba9652463 X-VCS-Branch: master Date: Sun, 12 Apr 2020 16:39:26 +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: 85de002b-747c-48a7-8648-da67fa3c01ad X-Archives-Hash: db69a24d90638d93b6f0c4abf03a2915 commit: db9e3ead08e2b48f7a0f048b8d93637ba9652463 Author: Sergey Torokhov yandex ru> AuthorDate: Sun Apr 12 10:19:46 2020 +0000 Commit: Andrew Ammerlaan riseup net> 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 "