git » dos2unix.git » commit 252ee0c

add nvchecker

author T.J. Townsend
2024-07-04 20:41:08 UTC
committer T.J. Townsend
2024-07-04 20:41:08 UTC
parent b24b5a3d7380cd4d3ebd674cc8a8b6a38bae3166

add nvchecker

.nvchecker.toml +5 -0

diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 0000000..17d8795
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,5 @@
+[dos2unix]
+source = "git"
+git = "https://git.code.sf.net/p/dos2unix/dos2unix"
+prefix = "dos2unix-"
+exclude_regex = ".*(unix2dos|beta).*"