Skip to content

Commit

Permalink
rename rtx -> mise (#3495)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx authored Jan 4, 2024
1 parent c1c44de commit 4e2211a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -3527,12 +3527,6 @@
"fileMatch": ["*.resjson"],
"url": "https://json.schemastore.org/resjson.json"
},
{
"name": "rtx",
"description": "rtx config, a polyglot dev tool manager",
"fileMatch": [".rtx.toml", ".rtx.*.toml", "**/rtx/config.toml"],
"url": "https://rtx.pub/schema/rtx.json"
},
{
"name": "Ruff",
"description": "Ruff, a fast Python linter",
Expand Down Expand Up @@ -4558,6 +4552,12 @@
"fileMatch": ["*.mirrord.+(toml|json|y?(a)ml)"],
"url": "https://raw.githubusercontent.com/metalbear-co/mirrord/main/mirrord-schema.json"
},
{
"name": "mise",
"description": "mise config, a polyglot dev tool manager",
"fileMatch": [".mise.toml", ".mise.*.toml", "**/mise/config.toml"],
"url": "https://mise.jdx.dev/schema/mise.json"
},
{
"name": "mta.yaml",
"description": "A MTA projects v3.3",
Expand Down

0 comments on commit 4e2211a

Please sign in to comment.