diff options
-rw-r--r-- | graphics/py-s2/Makefile | 3 | ||||
-rw-r--r-- | graphics/py-s2/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/graphics/py-s2/Makefile b/graphics/py-s2/Makefile index 920d39694398..ed2b5f492119 100644 --- a/graphics/py-s2/Makefile +++ b/graphics/py-s2/Makefile @@ -7,7 +7,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python binding of S2 Geometry Library -WWW= https://s2geometry.io/ +WWW= https://s2geometry.io/ \ + https://github.com/google/s2geometry LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/../../LICENSE diff --git a/graphics/py-s2/pkg-descr b/graphics/py-s2/pkg-descr index 42340921a7eb..31e9c7741dfc 100644 --- a/graphics/py-s2/pkg-descr +++ b/graphics/py-s2/pkg-descr @@ -4,5 +4,3 @@ i.e., shapes drawn on a sphere rather than on a planar 2D map. This makes it especially suitable for working with geographic data. This port is the Python binding of S2 Geometry Library. - -See also: https://github.com/google/s2geometry |