diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index 180b32b..ffb41b4 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -1755,6 +1755,12 @@ git = "https://git.sr.ht/~technomancy/fennel" use_max_tag = true prefix = "v" +[fnlfmt] +source = "git" +git = "https://git.sr.ht/~technomancy/fnlfmt" +use_max_tag = true +prefix = "v" + [pounce] source = "git" git = "https://git.causal.agency/pounce"