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