diff options
Diffstat (limited to '.config/nvchecker')
-rw-r--r-- | .config/nvchecker/community.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/nvchecker/community.toml b/.config/nvchecker/community.toml index 5d65ea3..3a14438 100644 --- a/.config/nvchecker/community.toml +++ b/.config/nvchecker/community.toml @@ -1496,6 +1496,11 @@ source = "git" git = "https://github.com/rncbc/padthv1" use_max_tag = true +[passt] +source = "git" +git = "https://passt.top/passt/" +use_max_tag = true + [patchage] source = "git" git = "https://gitlab.com/drobilla/patchage.git" @@ -1938,11 +1943,6 @@ pypi = "identify" source = "pypi" pypi = "importlib_resources" -[python-inet_diag] -source = "git" -git = "https://git.kernel.org/pub/scm/libs/python/python-inet_diag/python-inet_diag.git" -use_max_tag = true - [python-inflect] source = "pypi" pypi = "inflect" |