From a16560d06f8a907149ff646bd33e79ca1506bab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Mon, 5 Aug 2024 22:34:35 +0200 Subject: [PATCH] build: add gimi --- .gimi/config.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gimi/config.toml diff --git a/.gimi/config.toml b/.gimi/config.toml new file mode 100644 index 0000000..2114ca7 --- /dev/null +++ b/.gimi/config.toml @@ -0,0 +1,8 @@ +[providers] +[providers.sourcehut] +ssh = "git@git.sr.ht:~hyro/links" +primary = true +[providers.github] +ssh = "git@github.com:xhyrom/links.git" +[providers.codeberg] +ssh = "git@codeberg.org:xHyroM/links.git"