From a7baadc9a801f1c0a8a20168ae3a277a8baa54b2 Mon Sep 17 00:00:00 2001 From: Adam Poulemanos <89049923+bashandbone@users.noreply.github.com> Date: Wed, 26 Aug 2026 14:53:17 -0400 Subject: [PATCH] Update repository URL in Cargo.toml Signed-off-by: Adam Poulemanos <89049923+bashandbone@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0b28ccc..d464e83 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ members = ["crates/*"] version = "20230609.0.0" edition = "2024" license = "LicenseRef-PublicDomain AND (MIT-0 OR Unlicense)" -repository = "https://github.com/marquetools/ism-data" +repository = "https://github.com/knitli/ism-data" # Default: do not publish to any registry. Per-crate Cargo.toml files in the # allowlist (tools/published.toml) override this with `publish = true`. Keeps # us from accidentally pushing 60 crates to crates.io.