diff --git a/debian/control b/debian/control index b2e91b3..d71a0c5 100644 --- a/debian/control +++ b/debian/control @@ -11,5 +11,5 @@ Package: python-pygeoapi Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources, python-click, python-flask, python-unicodecsv, python-yaml Suggests: python-elasticsearch, python-geojson -Homepage: https://github.com/geopython/pygeoapi +Homepage: https://pygeoapi.io Description: pygeoapi provides an API to geospatial data diff --git a/docker/compose/pygeoapi/docker.config.yml b/docker/compose/pygeoapi/docker.config.yml index 76b1f7e..be98951 100644 --- a/docker/compose/pygeoapi/docker.config.yml +++ b/docker/compose/pygeoapi/docker.config.yml @@ -31,7 +31,7 @@ metadata: url: https://creativecommons.org/licenses/by/4.0/ provider: name: Organization Name - url: https://github.com/geopython/pygeoapi + url: https://pygeoapi.io contact: name: Lastname, Firstname position: Position Title diff --git a/docker/simple/docker.config.yml b/docker/simple/docker.config.yml index 4929c7c..1a7e0e6 100644 --- a/docker/simple/docker.config.yml +++ b/docker/simple/docker.config.yml @@ -31,7 +31,7 @@ metadata: url: https://creativecommons.org/licenses/by/4.0/ provider: name: Organization Name - url: https://github.com/geopython/pygeoapi + url: https://pygeoapi.io contact: name: Lastname, Firstname position: Position Title diff --git a/pygeoapi-config.yml b/pygeoapi-config.yml index 21aca8b..4a47324 100644 --- a/pygeoapi-config.yml +++ b/pygeoapi-config.yml @@ -31,7 +31,7 @@ metadata: url: https://creativecommons.org/licenses/by/4.0/ provider: name: Organization Name - url: https://github.com/geopython/pygeoapi + url: https://pygeoapi.io contact: name: Lastname, Firstname position: Position Title diff --git a/pygeoapi/templates/base.html b/pygeoapi/templates/base.html index f3b7404..6847e30 100644 --- a/pygeoapi/templates/base.html +++ b/pygeoapi/templates/base.html @@ -51,7 +51,7 @@ {% block extrafoot %} diff --git a/setup.py b/setup.py index e29b3c5..3588dcc 100644 --- a/setup.py +++ b/setup.py @@ -155,7 +155,7 @@ setup( author_email='tomkralidis@gmail.com', maintainer='Tom Kralidis', maintainer_email='tomkralidis@gmail.com', - url='https://github.com/geopython/pygeoapi', + url='https://pygeoapi.io', install_requires=read('requirements.txt').splitlines(), packages=find_packages(exclude=['pygeoapi.tests']), include_package_data=True, diff --git a/tests/pygeoapi-test-config.yml b/tests/pygeoapi-test-config.yml index 192815c..f4c167a 100644 --- a/tests/pygeoapi-test-config.yml +++ b/tests/pygeoapi-test-config.yml @@ -31,7 +31,7 @@ metadata: url: https://creativecommons.org/licenses/by/4.0/ provider: name: Organization Name - url: https://github.com/geopython/pygeoapi + url: https://pygeoapi.io contact: name: Lastname, Firstname position: Position Title diff --git a/tests/pygeoapi-test-openapi.yml b/tests/pygeoapi-test-openapi.yml index 2223236..13d65ae 100644 --- a/tests/pygeoapi-test-openapi.yml +++ b/tests/pygeoapi-test-openapi.yml @@ -68,7 +68,7 @@ info: contact: email: you@example.org name: Organization Name - url: https://github.com/geopython/pygeoapi + url: https://pygeoapi.io description: pygeoapi provides an API to geospatial data license: name: CC-BY 4.0 license