nvchecker: add ttyd
This commit is contained in:
parent
24d1a9a614
commit
ee14ddd071
1 changed files with 6 additions and 0 deletions
|
@ -147,6 +147,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
|
||||||
|
|
||||||
# github
|
# github
|
||||||
|
|
||||||
|
[ttyd]
|
||||||
|
source = "github"
|
||||||
|
github = "tsl0922/ttyd"
|
||||||
|
use_max_tag = true
|
||||||
|
prefix = "v"
|
||||||
|
|
||||||
[python-more-itertools]
|
[python-more-itertools]
|
||||||
source = "github"
|
source = "github"
|
||||||
github = "more-itertools/more-itertools"
|
github = "more-itertools/more-itertools"
|
||||||
|
|
Loading…
Reference in a new issue