Update default config repo url

This commit is contained in:
Alice Gaudon 2020-05-05 21:27:10 +02:00
parent 62a8977e7d
commit 6f4b64b304
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export default class Config {
}
if (this.services.length === 0) {
this.services.push(new Service('welcome', 'Welcome', 'rocket', false, 'https://gitlab.com/ArisuOngaku/tabs', false));
this.services.push(new Service('welcome', 'Welcome', 'rocket', false, 'https://github.com/ArisuOngaku/tabs', false));
}
this.save();