diff options
author | txtsd | 2024-11-10 11:40:18 +0530 |
---|---|---|
committer | txtsd | 2024-11-10 11:40:18 +0530 |
commit | 3d3df439233d5b189193fecda85749704f99d097 (patch) | |
tree | 9bc07397ecaa8347c597de237c016370f03a9643 /.nvchecker.toml | |
parent | 2cf4371136d3831774450937f1eefb453f85753d (diff) | |
download | aur-3d3df439233d5b189193fecda85749704f99d097.tar.gz |
Update .nvchecker.toml
Signed-off-by: txtsd <code@ihavea.quest>
Diffstat (limited to '.nvchecker.toml')
-rw-r--r-- | .nvchecker.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.nvchecker.toml b/.nvchecker.toml index c860e29b05da..99521716d179 100644 --- a/.nvchecker.toml +++ b/.nvchecker.toml @@ -1,5 +1,4 @@ [trelby] -source = "github" -github = "trelby/trelby" +source = "git" +git = "https://github.com/trelby/trelby.git" include_regex = "\\d+\\.\\d+\\.\\d+" -use_max_tag = true |