mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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
This commit is contained in:
parent
700fedf944
commit
6203b9fba6
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue