Changed nvchecker to use git source directly, as the 'github' source can hit HTTP limits

This commit is contained in:
Anton Hvornum 2024-03-11 11:00:02 +01:00
parent 99c72c96f5
commit bf02e9a338
No known key found for this signature in database
GPG Key ID: D4B58E897A929F2E
1 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,4 @@
[nvchecker]
source = "github"
github = "archlinux/archinstall"
branch = "master"
use_latest_release = true
source = "git"
url = "git@github.com:archlinux/archinstall.git"
branch = "master"