diff --git a/profile/README.md b/profile/README.md index 09e3d30..bb1a229 100644 --- a/profile/README.md +++ b/profile/README.md @@ -32,7 +32,7 @@ different layer of the stack. | | **[ink](https://github.com/Ad-Astra-Computing/ink)** | An open protocol for signed agent-to-agent messages. The receiver verifies the envelope before it acts. | | | **[ahd](https://github.com/Ad-Astra-Computing/ahd)** | Critiques of AI-generated design that anyone can re-run. Findings stay reproducible against a named, versioned rule set. | | | **[nixpkgs](https://github.com/Ad-Astra-Computing/nixpkgs)** | The working fork for Trace, our research on AI-assisted CVE remediation. Nothing here is submitted upstream. | -| | **[Folio](https://github.com/Ad-Astra-Computing/receipts)** | A desktop writing app that keeps a tamper-evident record of how a piece was made. It emits open receipts anyone can verify. | +| | **[receipts](https://github.com/Ad-Astra-Computing/receipts)** | The open receipts format, signing scheme and public verifier. A finished piece carries a record of how it was made, and anyone can check it. | ### Also here diff --git a/profile/assets/icons/folio.svg b/profile/assets/icons/folio.svg deleted file mode 100644 index c031f67..0000000 --- a/profile/assets/icons/folio.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - Folio - - - - - - - - diff --git a/profile/assets/icons/receipts.svg b/profile/assets/icons/receipts.svg new file mode 100644 index 0000000..aa1035e --- /dev/null +++ b/profile/assets/icons/receipts.svg @@ -0,0 +1,8 @@ + + + + + + + diff --git a/profile/assets/icons/sources.json b/profile/assets/icons/sources.json index 47b1b5c..92fc8fa 100644 --- a/profile/assets/icons/sources.json +++ b/profile/assets/icons/sources.json @@ -17,8 +17,8 @@ "url": "https://raw.githubusercontent.com/NixOS/nixos-artwork/master/logo/nix-snowflake-colours.svg", "mode": "bytes" }, - "folio": { - "mode": "unchecked", - "reason": "Folio has no public repo or site, so there is no source this workflow can reach. Copied by hand from assets/logo-small.svg, the variant drawn for sub-64px use. Re-copy it when Folio gets a public home, and give it a url here." + "receipts": { + "url": "https://receiptsofthought.com/favicon.svg", + "mode": "bytes" } }