diff options
Diffstat (limited to '.config/nvchecker')
-rw-r--r-- | .config/nvchecker/community.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/nvchecker/community.toml b/.config/nvchecker/community.toml index bc5c142..dfd7be7 100644 --- a/.config/nvchecker/community.toml +++ b/.config/nvchecker/community.toml @@ -244,6 +244,11 @@ git = "https://github.com/falktx/carla" use_max_tag = true exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" +[catatonit] +source = "git" +git = "https://github.com/openSUSE/catatonit/" +use_max_tag = true + [cloud-init] source = "git" git = "https://github.com/canonical/cloud-init/" |