From 69fe1cfa98c54d5e849b7cd1936b03558ea7e2b0 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Tue, 12 Nov 2024 21:47:12 +0530 Subject: [PATCH] chore(pkg): remove `.git` suffix in index urls --- pesde.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pesde.toml b/pesde.toml index 0f22c9a..06662ae 100644 --- a/pesde.toml +++ b/pesde.toml @@ -26,5 +26,5 @@ result = { name = "lukadev_0/result", version = "^1.2.0" } frktest = { name = "itsfrank/frktest", target = "lune", version = "^0.0.2" } [indices] -default = "https://github.com/daimond113/pesde-index.git" -staging = "https://git.devcomp.xyz/pesde-staging/index.git" +default = "https://github.com/daimond113/pesde-index" +staging = "https://git.devcomp.xyz/pesde-staging/index"