nvchecker: add ttyd

This commit is contained in:
George Rawlinson 2022-10-28 09:51:36 +13:00
parent 24d1a9a614
commit ee14ddd071
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 6 additions and 0 deletions

View File

@ -147,6 +147,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github
[ttyd]
source = "github"
github = "tsl0922/ttyd"
use_max_tag = true
prefix = "v"
[python-more-itertools]
source = "github"
github = "more-itertools/more-itertools"