nvchecker: add jujutsu

This commit is contained in:
George Rawlinson 2022-07-25 21:05:01 +12:00
parent 48764f7ede
commit ab02b7101a
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 6 additions and 0 deletions

View File

@ -140,6 +140,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github
[jujutsu]
source = "github"
github = "martinvonz/jj"
use_max_tag = true
prefix = "v"
[python-pydrive2]
source = "github"
github = "iterative/PyDrive2"