nvchecker: add h2c
This commit is contained in:
parent
9c49a90272
commit
619e12a6e6
1 changed files with 5 additions and 0 deletions
|
@ -78,6 +78,11 @@ use_max_tag = true
|
||||||
prefix = "v"
|
prefix = "v"
|
||||||
exclude_regex = "^.*(rc).*$"
|
exclude_regex = "^.*(rc).*$"
|
||||||
|
|
||||||
|
[h2c]
|
||||||
|
source = "github"
|
||||||
|
github = "curl/h2c"
|
||||||
|
use_max_tag = true
|
||||||
|
|
||||||
[nushell]
|
[nushell]
|
||||||
source = "github"
|
source = "github"
|
||||||
github = "nushell/nushell"
|
github = "nushell/nushell"
|
||||||
|
|
Loading…
Reference in a new issue