From 7af4fe38cf533751b582fb269138c15f99d48301 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 11 Mar 2024 11:08:28 +0100 Subject: [PATCH] Added version prefix, because we release with v in the name --- nvchecker.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nvchecker.toml b/nvchecker.toml index c563e04b..e723b7ac 100644 --- a/nvchecker.toml +++ b/nvchecker.toml @@ -1,4 +1,4 @@ [nvchecker] source = "git" -url = "git@github.com:archlinux/archinstall.git" -branch = "master" \ No newline at end of file +git = "https://github.com/archlinux/archinstall" +prefix = "v" \ No newline at end of file