From bf02e9a3382f379abe5411a7bd82d3844a8ac30b Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 11 Mar 2024 11:00:02 +0100 Subject: [PATCH] Changed nvchecker to use git source directly, as the 'github' source can hit HTTP limits --- nvchecker.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/nvchecker.toml b/nvchecker.toml index 02a45f84..c563e04b 100644 --- a/nvchecker.toml +++ b/nvchecker.toml @@ -1,5 +1,4 @@ [nvchecker] -source = "github" -github = "archlinux/archinstall" -branch = "master" -use_latest_release = true \ No newline at end of file +source = "git" +url = "git@github.com:archlinux/archinstall.git" +branch = "master" \ No newline at end of file