docs: old product name F∆I Platform -> Ch∆In + contact chain@flemming.ai
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 1s

The old 'F∆I Platform' product name and platform@flemming.ai contact
survived in docs/NOTICE/descriptions/help text; the product is Ch∆In and
the contact is chain@flemming.ai. Generic 'cross-platform/platform-native'
left untouched.

Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
flemming-it 2026-06-16 10:14:27 +02:00
parent a5da67d0a3
commit cd4457310b
5 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,7 @@ members = [
[workspace.package]
version = "0.1.2"
edition = "2024"
authors = ["Dr. Stefan Flemming <platform@flemming.ai>"]
authors = ["Dr. Stefan Flemming <chain@flemming.ai>"]
license = "Apache-2.0"
repository = "https://git.flemming.ai/fai/module-sdk-rust"
homepage = "https://flemming.ai/"

2
NOTICE
View file

@ -4,7 +4,7 @@ Copyright 2026 Flemming.AI
This product includes software developed by Dr. Stefan Flemming
and contributors (https://flemming.ai/).
This SDK ships a copy of the WIT contract owned by F∆I Platform
This SDK ships a copy of the WIT contract owned by Ch∆In
(`fai/platform`, frozen at v1.0). The mirror is verified by a
SHA-256 snapshot test and updated only in lockstep with the
upstream contract.

View file

@ -1,6 +1,6 @@
# fai-module-sdk
Stable, ergonomic Rust surface for writing F∆I Platform modules.
Stable, ergonomic Rust surface for writing Ch∆In modules.
A module written against this crate looks like:
@ -55,5 +55,5 @@ two ever drift, CI fails.
Apache-2.0. See `LICENSE`.
Author: Dr. Stefan Flemming, Flemming.AI <platform@flemming.ai>
Author: Dr. Stefan Flemming, Flemming.AI <chain@flemming.ai>
Repository: https://git.flemming.ai/fai/module-sdk-rust

View file

@ -7,7 +7,7 @@ license.workspace = true
repository.workspace = true
homepage.workspace = true
rust-version.workspace = true
description = "Stable, ergonomic surface for writing F∆I Platform modules in Rust"
description = "Stable, ergonomic surface for writing Ch∆In modules in Rust"
[dependencies]
fai-module-sdk-macros = { path = "../fai-module-sdk-macros" }

View file

@ -1,4 +1,4 @@
//! Ergonomic Rust surface for writing F∆I Platform modules.
//! Ergonomic Rust surface for writing Ch∆In modules.
//!
//! A module written against this crate looks like:
//!