aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Govorov <me@govorov.online>2026-08-24 03:33:03 +0100
committerNikolay Govorov <me@govorov.online>2026-08-24 03:33:03 +0100
commitaf9fd59598549dd1c0d43e81e26e93171019d4a0 (patch)
tree24f84e4f1b9628aed5893ddfa63c1f084caba7ac
parenta43f98c31389026b9a3f70cfc9f21e5b936ae52a (diff)
downloadtar
tar.gz
tar.bz2
tar.lz
tar.xz
tar.zst
zip
Rename infra -> platform
Diffstat
-rw-r--r--mise.toml2+1 −1
1 files changed, 1 insertions, 1 deletions
diff --git a/mise.toml b/mise.toml
index f2df3de..52628fd 100644
--- a/mise.toml
+++ b/mise.toml
@@ -15,5 +15,5 @@ rust = { version = "1.97.1", profile = "minimal", components = [
[task_config]
dir = "{{cwd}}"
includes = [
- "git::https://github.com/dimidiumlabs/infra.git//tasks?ref=e5ca3be4349af3d1da2dde9d1165d52fb014a371",
+ "git::https://github.com/dimidiumlabs/platform.git//tasks?ref=e5ca3be4349af3d1da2dde9d1165d52fb014a371",
]