diff options
author | David Runge <dave@sleepmap.de> | 2022-08-16 21:50:55 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2022-08-16 21:50:55 +0200 |
commit | 1a55eab77cc5a50d26eddd4bbaca2f8580e1ace5 (patch) | |
tree | 2601ad85ce5fd8dbfbd34285d7b1c25228de147c /.config/nvchecker | |
parent | 31d70ba579d8cf34d1d16482c55ce15b28871605 (diff) | |
download | dotfiles-1a55eab77cc5a50d26eddd4bbaca2f8580e1ace5.tar.gz dotfiles-1a55eab77cc5a50d26eddd4bbaca2f8580e1ace5.tar.bz2 dotfiles-1a55eab77cc5a50d26eddd4bbaca2f8580e1ace5.tar.xz dotfiles-1a55eab77cc5a50d26eddd4bbaca2f8580e1ace5.zip |
Add catatonit to community
.config/nvchecker/community.toml
Add upstream tracking for catatonit.
.config/packages/community.txt
Add catatonit to community.
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/" |