Skip to content
Open
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
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"json.schemas": [
{
"fileMatch": ["*.ckan", "*.frozen"],
"url": "https://raw.githubusercontent.com/KSAModding/CKAN-KSA/master/CKAN.schema"
"url": "https://raw.githubusercontent.com/KSP-CKAN/CKAN/master/CKAN.schema"
}
]
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ If you're wondering what the CKAN is, start with [this README](https://github.co

> Note: KSA support for CKAN is still under active development. Once the indexer
> is wired up, the `.ckan` files here will be generated automatically from the
> templates in [KSA-NetKAN](https://github.com/KSAModding/KSA-NetKAN);
> templates in [KSA-NetKAN](https://github.com/KSP-CKAN/KSA-NetKAN);
> until then, entries may be added by hand.

### Opening issues

For metadata issues (wrong information about a mod, a missing version, or an incorrect install), open an issue on the [KSA-NetKAN repository](https://github.com/KSAModding/KSA-NetKAN/issues).
For metadata issues (wrong information about a mod, a missing version, or an incorrect install), open an issue on the [KSA-NetKAN repository](https://github.com/KSP-CKAN/KSA-NetKAN/issues).

For issues about CKAN as a whole, open an issue on the [CKAN repository](https://github.com/KSP-CKAN/CKAN/issues).

Expand Down
2 changes: 1 addition & 1 deletion repositories.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"repositories": [
{
"name": "KSA-default",
"uri": "https://github.com/KSAModding/KSA-CKAN-meta/archive/main.tar.gz",
"uri": "https://github.com/KSP-CKAN/KSA-CKAN-meta/archive/main.tar.gz",
"x_mirror": false,
"x_comment": "Well-known default CKAN metadata repository for KSA. x_mirror flips to true once Internet Archive mirroring is set up with the indexer."
}
Expand Down