From a85b5b830aef55ca65e910147903090acd818ea3 Mon Sep 17 00:00:00 2001 From: Jonathan Healy Date: Mon, 1 Dec 2025 19:54:31 +0800 Subject: [PATCH] Add Healy-Hyperspatial repo to COMMUNITY_REPOS --- python/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/config.py b/python/config.py index cf34c01..73e3ccd 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-collection-search-endpoint'], ] # Other extensions that are not on GitHub