Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / gitui
Commits: b8bb2ae1 by Levente Polyak at 2024-05-20T10:24:27+02:00 nvchecker: use simple git source to avoid api rate limits - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -1,6 +1,5 @@ [gitui] -source = "github" -github = "extrawurst/gitui" -include_regex = 'v\d+\.\d+\.\d+' +source = "git" +git = "https://github.com/extrawurst/gitui.git" prefix = "v" -use_max_tag = true +include_regex = 'v\d+\.\d+\.\d+' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gitui/-/commit/b8bb2ae1adb5312aa9f507465a942784649961d2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gitui/-/commit/b8bb2ae1adb5312aa9f507465a942784649961d2 You're receiving this email because of your account on gitlab.archlinux.org.
