1.0.0 Alpha Release #59

Merged
netkas merged 213 commits from v1.0.0_alpha into master 2023-01-29 23:27:58 +00:00
5 changed files with 30 additions and 0 deletions
Showing only changes of commit d1367ad05d - Show all commits

View file

@ -0,0 +1,6 @@
[
"github.json",
"gitlab.json",
"n64.json",
"nocturn9x.json"
]

View file

@ -0,0 +1,6 @@
{
"name": "github",
"type": "github",
"host": "github.com",
"ssl": true
}

View file

@ -0,0 +1,6 @@
{
"name": "gitlab",
"type": "gitlab",
"host": "gitlab.com",
"ssl": true
}

View file

@ -0,0 +1,6 @@
{
"name": "n64",
"type": "gitlab",
"host": "git.n64.cc",
"ssl": true
}

View file

@ -0,0 +1,6 @@
{
"name": "nocturn9x",
"type": "gitea",
"host": "git.nocturn9x.space",
"ssl": true
}