Skip to main content

max / makenotwork

tagtree: fix the repository URL It pointed at git.makenot.work/max/tagtree, a host that 301s to makenot.work/git — the explore listing, not the repo. So tagtree 0.4.0 ships a link that drops a visitor on a generic page. The canonical form is makenot.work/git/max/tagtree, which resolves.
Author: Max Johnson <me@maxj.phd> · 2026-07-25 14:17 UTC
Signed with PGP, not checked
Commit: 6249e8c9a6cb50812cf6c16a14b8335aa1fa3343
Parent: d3cf72a
1 file changed, +1 insertion, -1 deletion
@@ -4,7 +4,7 @@
4 4 edition = "2024"
5 5 description = "Hierarchical dot-notation tag standard: validation, parsing, tree operations, SQL helpers"
6 6 license-file = "LICENSE"
7 - repository = "https://git.makenot.work/max/tagtree"
7 + repository = "https://makenot.work/git/max/tagtree"
8 8 readme = "README.md"
9 9 keywords = ["tags", "hierarchy", "taxonomy", "tree", "autocomplete"]
10 10 categories = ["data-structures", "text-processing"]