Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/manual_inflate/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/inflate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -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"]
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
Loading