nvchecker.toml: Use git, requested by devops

This commit is contained in:
Jan Alexander Steffens (heftig) 2025-08-30 12:24:32 +02:00
parent 8099cbabbe
commit 0a4bd0ccda
No known key found for this signature in database
GPG Key ID: B8AC08600F108CDF

View File

@ -1,7 +1,6 @@
[linux]
source = "github"
github = "archlinux/linux"
use_max_tag = true
source = "git"
git = "https://github.com/archlinux/linux.git"
include_regex = 'v\d+(\.\d+)*-arch\d+'
from_pattern = '-([a-z])'
to_pattern = '.\1'