From 5fe32eac8de8647cbe25089d4d7f54a933a56b64 Mon Sep 17 00:00:00 2001 From: flemming-it Date: Tue, 26 May 2026 13:16:17 +0200 Subject: [PATCH] chore: rename repo + dir to fai_module_sdk_rust / module-sdk-rust MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adopts the three SDK families convention documented in fai/platform/docs/architecture/sdks.md — `-sdk-` for repo and `fai__sdk_` for working directory. Crate name `fai-module-sdk` stays as is. Signed-off-by: flemming-it --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 16d849e..0ff0a0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ version = "0.1.2" edition = "2024" authors = ["Dr. Stefan Flemming "] license = "Apache-2.0" -repository = "https://git.flemming.ws/fai/module-sdk" +repository = "https://git.flemming.ai/fai/module-sdk-rust" homepage = "https://flemming.ai/" rust-version = "1.85" diff --git a/README.md b/README.md index 3272951..0f1d138 100644 --- a/README.md +++ b/README.md @@ -56,4 +56,4 @@ two ever drift, CI fails. Apache-2.0. See `LICENSE`. Author: Dr. Stefan Flemming, Flemming.AI -Repository: https://git.flemming.ws/fai/module-sdk +Repository: https://git.flemming.ai/fai/module-sdk-rust