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
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:
parent
a5da67d0a3
commit
cd4457310b
5 changed files with 6 additions and 6 deletions
|
|
@ -8,7 +8,7 @@ members = [
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.1.2"
|
version = "0.1.2"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
authors = ["Dr. Stefan Flemming <platform@flemming.ai>"]
|
authors = ["Dr. Stefan Flemming <chain@flemming.ai>"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
repository = "https://git.flemming.ai/fai/module-sdk-rust"
|
repository = "https://git.flemming.ai/fai/module-sdk-rust"
|
||||||
homepage = "https://flemming.ai/"
|
homepage = "https://flemming.ai/"
|
||||||
|
|
|
||||||
2
NOTICE
2
NOTICE
|
|
@ -4,7 +4,7 @@ Copyright 2026 Flemming.AI
|
||||||
This product includes software developed by Dr. Stefan Flemming
|
This product includes software developed by Dr. Stefan Flemming
|
||||||
and contributors (https://flemming.ai/).
|
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
|
(`fai/platform`, frozen at v1.0). The mirror is verified by a
|
||||||
SHA-256 snapshot test and updated only in lockstep with the
|
SHA-256 snapshot test and updated only in lockstep with the
|
||||||
upstream contract.
|
upstream contract.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# fai-module-sdk
|
# 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:
|
A module written against this crate looks like:
|
||||||
|
|
||||||
|
|
@ -55,5 +55,5 @@ two ever drift, CI fails.
|
||||||
|
|
||||||
Apache-2.0. See `LICENSE`.
|
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
|
Repository: https://git.flemming.ai/fai/module-sdk-rust
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ license.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
homepage.workspace = true
|
homepage.workspace = true
|
||||||
rust-version.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]
|
[dependencies]
|
||||||
fai-module-sdk-macros = { path = "../fai-module-sdk-macros" }
|
fai-module-sdk-macros = { path = "../fai-module-sdk-macros" }
|
||||||
|
|
|
||||||
|
|
@ -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:
|
//! A module written against this crate looks like:
|
||||||
//!
|
//!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue