From fa3077a19a79d1ed8da7f2b27fbcaa8e24de1a38 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Sat, 19 Feb 2022 16:59:36 +0000 Subject: [PATCH] nvchecker: add wallabag --- .repo/nvchecker.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index 8732123..26697a2 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -141,6 +141,12 @@ github = "go-shiori/shiori" use_max_tag = true prefix = "v" +[wallabag] +source = "github" +github = "wallabag/wallabag" +use_max_tag = true +prefix = "v" + [ssh-tools] source = "github" github = "vaporup/ssh-tools"