Skip to main content

max / pter

Point repository at the real URL It named github.com/maxjacobson/pter, which does not exist and is not this account's namespace. The repo is at git.sr.ht/~maxmj/pter. Published 0.1.0 carries the dead URL immutably; this corrects it for 0.1.1 onward.
Author: Max Johnson <me@maxj.phd> · 2026-07-19 21:07 UTC
Commit: 4afcb6181b767108f210400c456f109a9caf64f5
Parent: 8485248
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -4,7 +4,7 @@ version = "0.1.1"
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://github.com/maxjacobson/pter"
7 + repository = "https://git.sr.ht/~maxmj/pter"
8 8 keywords = ["email", "html", "markdown", "plaintext", "converter"]
9 9 categories = ["email", "text-processing", "parser-implementations"]
10 10