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 = []