From 268570723851212c1982eea279881c985c6df717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Tue, 23 Jul 2024 23:31:50 +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..918d4e4 --- /dev/null +++ b/.gimi/config.toml @@ -0,0 +1,8 @@ +[providers] +[providers.sourcehut] +ssh = "git@git.sr.ht:~hyro/www" +primary = true +[providers.github] +ssh = "git@github.com:xHyroM/website.git" +[providers.codeberg] +ssh = "git@codeberg.org:xHyroM/website.git"