From 3c89581c5d508b502b10e40ef6a062fb9ce14320 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Fri, 15 Apr 2022 21:15:16 +1200 Subject: [PATCH] nvchecker: add fnlfmt --- .repo/nvchecker.toml | 6 ++++++ 1 file changed, 6 insertions(+) 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"