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