From 876024f5a6381e8a7fd896753c11eadb3a3bfb5f Mon Sep 17 00:00:00 2001 From: Jonathan Healy Date: Mon, 1 Dec 2025 00:25:02 +0800 Subject: [PATCH] Add Healy-Hyperspatial repository to COMMUNITY_REPOS --- python/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/config.py b/python/config.py index cf34c01..c7b6408 100644 --- a/python/config.py +++ b/python/config.py @@ -2,6 +2,7 @@ COMMUNITY_REPOS = [ # org, repo name ['cedadev', 'stac-context-collections'], + ['Healy-Hyperspatial', 'stac-api-extensions-catalogs'], ] # Other extensions that are not on GitHub