From c6e3237459f1fef31adaec32727903d25bc7d9d7 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 20 May 2021 16:55:47 +0200 Subject: [PATCH] Fix all references to main --- gulpfile.js | 2 +- theme.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index dd03928..c0c5920 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -24,7 +24,7 @@ gulp.task('prod', ['sass-prod']) gulp.task('release', () => { return gulp.src(sources) - .pipe(tar('master.tar')) + .pipe(tar('main.tar')) .pipe(gzip()) .pipe(gulp.dest('dist')) }); diff --git a/theme.toml b/theme.toml index c321e4a..0bc5eac 100644 --- a/theme.toml +++ b/theme.toml @@ -3,7 +3,7 @@ name = "Vikunja Web" license = "GPLv3" -licenselink = "http://code.vikunja.io/website/src/branch/master/LICENSE" +licenselink = "http://code.vikunja.io/website/src/branch/main/LICENSE" description = "" homepage = "http://vikunja.io" tags = []