guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#72741] [PATCH 19/32] gnu: python-shapely: Adjust home page.


From: Sharlatan Hellseher
Subject: [bug#72741] [PATCH 19/32] gnu: python-shapely: Adjust home page.
Date: Wed, 21 Aug 2024 01:03:21 +0100

Permanent redirect from <https://github.com/Toblerity/Shapely> to
<https://github.com/shapely/shapely>.

* gnu/packages/python-xyz.scm (python-shapely) [home-page]: Fix lint
warning.

Change-Id: Ifa78b15647e58a832a5da108f0fbe9f51fdb21df
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 589928bb28..0a9afc958c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2629,7 +2629,7 @@ (define-public python-shapely
      (list geos))
     (propagated-inputs
      (list python-numpy))
-    (home-page "https://github.com/Toblerity/Shapely";)
+    (home-page "https://github.com/shapely/shapely";)
     (synopsis "Library for the manipulation and analysis of geometric objects")
     (description "Shapely is a Python package for manipulation and analysis of
 planar geometric objects.  It is based on the @code{GEOS} library.")
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]