From e9ef26bbe15a59d69d92e06f306c89a875e40bd9 Mon Sep 17 00:00:00 2001 From: flemming-it Date: Tue, 16 Jun 2026 18:25:35 +0200 Subject: [PATCH] chore: org rename fai-modules/fai-plugins -> chain-modules/chain-plugins + LICENSE holder Signed-off-by: flemming-it --- .forgejo/workflows/sign.yml | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/sign.yml b/.forgejo/workflows/sign.yml index b06d292..00c3256 100644 --- a/.forgejo/workflows/sign.yml +++ b/.forgejo/workflows/sign.yml @@ -1,6 +1,6 @@ # F∆I module bundle signing workflow (cosign key-pinning model). # -# Drop-in template for any module repo under fai-modules/. +# Drop-in template for any module repo under chain-modules/. # Triggers on tag push (vX.Y.Z) — builds the module, packs the # .fai bundle, signs the bundle bytes with the Flemming.AI # signing key (ECDSA P-256), and attaches bundle + .sig sidecar @@ -98,7 +98,7 @@ jobs: # `fai pack` command. Override FAI_VERSION when bundle # format compatibility matters. run: | - curl -fsSL https://get.fai.flemming.ai | sh -s -- --no-bootstrap + curl -fsSL https://get.chain.flemming.ai | sh -s -- --no-bootstrap # The installer drops fai at $HOME/.local/bin echo "$HOME/.local/bin" >> "$GITHUB_PATH" export PATH="$HOME/.local/bin:$PATH" @@ -146,7 +146,7 @@ jobs: will reject anything not signed with this key. To configure: - 1. Forgejo -> fai-modules org -> Settings -> Secrets + 1. Forgejo -> chain-modules org -> Settings -> Secrets 2. Add secret FAI_SIGNING_KEY (org-level recommended) 3. Paste the unencrypted PEM (BEGIN PRIVATE KEY ...) The encrypted source-of-truth lives on Stefan's Mac at diff --git a/Cargo.toml b/Cargo.toml index de11be3..6231c5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ authors = ["Dr. Stefan Flemming "] license = "Apache-2.0" publish = false description = "F∆I module — generic HTTP client (GET/POST/PUT/PATCH/DELETE/HEAD/OPTIONS)" -repository = "https://git.flemming.ai/fai-modules/http-request" +repository = "https://git.flemming.ai/chain-modules/http-request" rust-version = "1.85" [lib]