add .nvchecker where possible

This commit is contained in:
2024-12-03 02:17:18 +01:00
parent 13c9dff9b4
commit 44e3516470
15 changed files with 53 additions and 0 deletions

4
antidot/.nvchecker.toml Normal file
View File

@@ -0,0 +1,4 @@
[antidot]
source = "git"
git = "https://github.com/doron-cohen/antidot.git"
prefix = "v"

View File

@@ -0,0 +1,4 @@
[asus-numpad]
source = "git"
git = "https://github.com/iamkroot/asus-numpad.git"
prefix = "v"

View File

@@ -0,0 +1,4 @@
[nginx-mainline-mod-vts]
source = "git"
git = "https://github.com/vozlt/nginx-module-vts.git"
prefix = "v"

View File

@@ -0,0 +1,2 @@
[nginxbeautifier]
source = "npm"

View File

@@ -0,0 +1,3 @@
[perl-filehandle-unget]
source = "cpan"
cpan = "FileHandle-Unget"

View File

@@ -0,0 +1,3 @@
[perl-mail-mbox-messageparser]
source = "cpan"
cpan = "Mail-Mbox-MessageParser"

View File

@@ -0,0 +1,3 @@
[perl-net-ftpssl]
source = "cpan"
cpan = "Net-FTPSSL"

View File

@@ -0,0 +1,4 @@
[python-derpconf]
source = "git"
git = "https://github.com/globocom/derpconf.git"
prefix = "v"

View File

@@ -0,0 +1,4 @@
[python-jpegiptc]
source = "git"
git = "https://github.com/gdegoulet/JpegIPTC.git"
prefix = "v"

View File

@@ -0,0 +1,3 @@
[python-libthumbor]
source = "git"
git = "https://github.com/thumbor/libthumbor.git"

View File

@@ -0,0 +1,4 @@
[python-pyssim]
source = "git"
git = "https://github.com/jterrace/pyssim.git"
prefix = "v"

View File

@@ -0,0 +1,4 @@
[python-socketfromfd]
source = "git"
git = "https://github.com/tiran/socketfromfd.git"
prefix = "v"

4
rvpk/.nvchecker.toml Normal file
View File

@@ -0,0 +1,4 @@
[rvpk]
source = "git"
git = "https://github.com/panzi/rust-vpk.git"
prefix = "v"

3
thumbor/.nvchecker.toml Normal file
View File

@@ -0,0 +1,3 @@
[thumbor]
source = "git"
git = "https://github.com/thumbor/thumbor.git"

View File

@@ -0,0 +1,4 @@
[wljoywake]
source = "git"
git = "https://github.com/nowrep/wljoywake.git"
prefix = "v"