aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-07-31 09:25:32 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-08-27 17:03:08 +0100
commit6203b9fba66a912eb4a54a6988cd27007ba7a693 (patch)
tree05d4c435bdd1c92bbdb62afdad2572fa76366f6a /gnu/packages/python-xyz.scm
parent700fedf9445da7c46f900975481126cc06408b6b (diff)
downloadguix-6203b9fba66a912eb4a54a6988cd27007ba7a693.tar
guix-6203b9fba66a912eb4a54a6988cd27007ba7a693.tar.gz
gnu: python-shapely: Adjust home page.
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d3237b41d9..996bdd2c9d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2629,7 +2629,7 @@ with Numpy and SciPy.")
(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.")