From 41cfe0743a9a4b8b3e5189e8b8f01cc1c413fd3b Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Sat, 3 Aug 2024 10:47:37 +0200 Subject: [PATCH] fix astronvim github path --- .chezmoiexternal.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml index f42db48..28d4bbc 100644 --- a/.chezmoiexternal.toml +++ b/.chezmoiexternal.toml @@ -18,7 +18,7 @@ refreshPeriod = "168h" [".config/nvim"] type = "archive" - url = "https://github.com/AstroNvim/AstroNvim/archive/master.tar.gz" + url = "https://github.com/AstroNvim/template/archive/refs/heads/main.zip" exact = true stripComponents = 1 refreshPeriod = "168h"