diff options
-rw-r--r-- | databases/py-tiledb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-tiledb/Makefile b/databases/py-tiledb/Makefile index a671277b6c64..15e85de8c3a4 100644 --- a/databases/py-tiledb/Makefile +++ b/databases/py-tiledb/Makefile @@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python interface to the TileDB array storage manager -WWW= https://github.com/TileDB-Inc/TileDB-Py +WWW= https://tiledb-inc-tiledb.readthedocs-hosted.com/projects/tiledb-py/en/stable/ \ + https://github.com/TileDB-Inc/TileDB-Py LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE |