From a25f1e0c2aafbead86b39349156fad3579ec4f8e Mon Sep 17 00:00:00 2001 From: Netkas Date: Sun, 18 Dec 2022 03:05:13 -0500 Subject: [PATCH] Added custom repository gitgud.io --- src/default_repositories/custom_repositories.json | 1 + src/default_repositories/gitgud.json | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 src/default_repositories/gitgud.json diff --git a/src/default_repositories/custom_repositories.json b/src/default_repositories/custom_repositories.json index b7cc656..aa1a562 100644 --- a/src/default_repositories/custom_repositories.json +++ b/src/default_repositories/custom_repositories.json @@ -1,4 +1,5 @@ [ + "gitgud.json", "github.json", "gitlab.json", "n64.json" diff --git a/src/default_repositories/gitgud.json b/src/default_repositories/gitgud.json new file mode 100644 index 0000000..83f904e --- /dev/null +++ b/src/default_repositories/gitgud.json @@ -0,0 +1,6 @@ +{ + "name": "gitgud", + "type": "gitlab", + "host": "gitgud.io", + "ssl": true +} \ No newline at end of file