Skip to main content

max / makeover

metadata: point repository at makenot.work sourcehut is a backup remote, not the public face (~/Code/CLAUDE.md, "What each remote is for"), and the srht URL this advertised is private, so anyone clicking through from crates.io got a 404. The mnw page is the one meant to be read. Immutable per published version, so this reaches crates.io on the next publish; not worth a bump on its own.
Author: Max Johnson <me@maxj.phd> · 2026-07-25 14:16 UTC
Signed with PGP, not checked
Commit: 0da539220e0004b43977eda6708bac688e52712d
Parent: ba8f9f5
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -4,7 +4,7 @@
4 4 edition = "2024"
5 5 description = "Shared theme loading for the make-family apps: TOML theme files parsed into intent-based color tokens, with perceptual derivations and WCAG contrast."
6 6 license = "MIT"
7 - repository = "https://git.sr.ht/~maxmj/makeover"
7 + repository = "https://makenot.work/git/max/makeover"
8 8
9 9 [dependencies]
10 10 serde = { version = "1", features = ["derive"] }