diff options
author | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-15 10:00:02 +0200 |
---|---|---|
committer | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-15 10:00:02 +0200 |
commit | 94d38e6d9121e1dace18eb332e05fbcd3cf82adb (patch) | |
tree | 32739e4aca059794d274b0206049fabd3e5d9bb9 /go-md2man/.nvchecker.toml | |
parent | 647f1c4b13a8732c984275c761003695f17d364c (diff) |
Add xbindkeys
Diffstat (limited to 'go-md2man/.nvchecker.toml')
-rw-r--r-- | go-md2man/.nvchecker.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/go-md2man/.nvchecker.toml b/go-md2man/.nvchecker.toml new file mode 100644 index 0000000..d7db575 --- /dev/null +++ b/go-md2man/.nvchecker.toml @@ -0,0 +1,5 @@ +[go-md2man] +source = "github" +github = "cpuguy83/go-md2man" +prefix = "v" +use_max_tag = true |