From 7df49eecaab0ac922c857475fbc39ddaa47b1890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ne=C3=9Flauer?= Date: Mon, 6 Jul 2026 20:21:21 +0200 Subject: [PATCH] Point workflows and links at the KSP-CKAN org - inflate.yml checks out KSP-CKAN/KSA-CKAN-meta as the diff meta root - manual_inflate action remotes move to KSP-CKAN - Issue template contact link goes to the upstream client repo - NetKAN.schema URL and README follow - Merge only at/after the repo transfer and the upstream client merge --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- .github/actions/manual_inflate/action.yml | 4 ++-- .github/workflows/inflate.yml | 2 +- .vscode/settings.json | 2 +- README.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 5808cc2..7955c42 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,6 +1,6 @@ contact_links: - - name: CKAN client issues (KSA fork) - url: https://github.com/KSAModding/CKAN-KSA/issues + - name: CKAN client issues + url: https://github.com/KSP-CKAN/CKAN/issues about: Problems with the CKAN client itself, rather than with one mod's metadata - name: Kitten Space Agency Discord url: https://discord.gg/kittenspaceagency diff --git a/.github/actions/manual_inflate/action.yml b/.github/actions/manual_inflate/action.yml index 2147177..1f1af1c 100644 --- a/.github/actions/manual_inflate/action.yml +++ b/.github/actions/manual_inflate/action.yml @@ -20,8 +20,8 @@ runs: image: kspckan/netkan env: GAME_ID: ksa - NETKAN_REMOTES: ksa=https://github.com/KSAModding/KSA-NetKAN.git - CKANMETA_REMOTES: ksa=https://github.com/KSAModding/KSA-CKAN-meta.git + NETKAN_REMOTES: ksa=https://github.com/KSP-CKAN/KSA-NetKAN.git + CKANMETA_REMOTES: ksa=https://github.com/KSP-CKAN/KSA-CKAN-meta.git INFLATION_QUEUES: ksa=InboundKsa.fifo AWS_ACCESS_KEY_ID: ${{ inputs.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ inputs.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/inflate.yml b/.github/workflows/inflate.yml index 2ca150d..43b6bf6 100644 --- a/.github/workflows/inflate.yml +++ b/.github/workflows/inflate.yml @@ -22,7 +22,7 @@ jobs: - name: Get KSA-CKAN-meta repo uses: actions/checkout@v6 with: - repository: KSAModding/KSA-CKAN-meta + repository: KSP-CKAN/KSA-CKAN-meta path: .KSA-CKAN-meta - name: Cache downloads if: ${{ github.event_name == 'pull_request' }} diff --git a/.vscode/settings.json b/.vscode/settings.json index 18539d3..0118b7f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { "yaml.schemas": { - "https://raw.githubusercontent.com/KSAModding/CKAN-KSA/master/NetKAN.schema": ["*.netkan", "*.frozen"] + "https://raw.githubusercontent.com/KSP-CKAN/CKAN/master/NetKAN.schema": ["*.netkan", "*.frozen"] } } diff --git a/README.md b/README.md index 1b80b57..a986e8c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This repository holds the `.netkan` metadata templates used by the NetKAN/CKAN indexer for [Kitten Space Agency](https://ahwoo.com/app/100000/kitten-space-agency). Each `.netkan` file describes where to find a mod and how to install it. -The indexer inflates these templates into stamped `.ckan` files in [KSA-CKAN-meta](https://github.com/KSAModding/KSA-CKAN-meta). +The indexer inflates these templates into stamped `.ckan` files in [KSA-CKAN-meta](https://github.com/KSP-CKAN/KSA-CKAN-meta). If you're wondering what the CKAN is, start with [this README](https://github.com/KSP-CKAN/CKAN/blob/master/README.md).