From 876024f5a6381e8a7fd896753c11eadb3a3bfb5f Mon Sep 17 00:00:00 2001 From: Jonathan Healy Date: Mon, 1 Dec 2025 00:25:02 +0800 Subject: [PATCH 1/2] 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 From 68e9b6dd9f28881cf5a79bd5641aa331ec32e0b8 Mon Sep 17 00:00:00 2001 From: Jonathan Healy Date: Thu, 8 Jan 2026 14:13:42 +0800 Subject: [PATCH 2/2] Replace virtual-catalogs-endpoint with multi-tenant-catalogs --- python/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/config.py b/python/config.py index bc254b3..e425db6 100644 --- a/python/config.py +++ b/python/config.py @@ -2,7 +2,7 @@ COMMUNITY_REPOS = [ # org, repo name ['cedadev', 'stac-context-collections'], - ['Healy-Hyperspatial', 'virtual-catalogs-endpoint'], + ['Healy-Hyperspatial', 'multi-tenant-catalogs'], ['Healy-Hyperspatial', 'collection-search-large-payloads'], ['Healy-Hyperspatial', 'skos-registry'], ]