Skip to main content

max / pter

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: f3de168cfd9534db1b14780a81801e538d340873
Parent: 39986a5
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -4,7 +4,7 @@
4 4 edition = "2024"
5 5 description = "Plain Text Email Renderer — convert HTML email bodies into readable markdown"
6 6 license = "MIT"
7 - repository = "https://git.sr.ht/~maxmj/pter"
7 + repository = "https://makenot.work/git/max/pter"
8 8 keywords = ["email", "html", "markdown", "plaintext", "converter"]
9 9 categories = ["email", "text-processing", "parser-implementations"]
10 10