From 547fd5d685e5ecceee5ce127ad94407fdcd77dde Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Wed, 8 Dec 2021 20:14:21 +0100 Subject: [PATCH] Update Author of Frontend package --- CONTRIBUTORS.txt | 1 - front/package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 CONTRIBUTORS.txt diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt deleted file mode 100644 index 63e6c9864..000000000 --- a/CONTRIBUTORS.txt +++ /dev/null @@ -1 +0,0 @@ -Eliot Berriot diff --git a/front/package.json b/front/package.json index 75089cc75..8fa78a2f9 100644 --- a/front/package.json +++ b/front/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "description": "Funkwhale front-end", - "author": "Eliot Berriot ", + "author": "Funkwhale Collective ", "scripts": { "serve": "[ ! -d src/translations ] && npm run i18n-compile; vue-cli-service serve --port ${VUE_PORT:-8080} --host ${VUE_HOST:-0.0.0.0}", "build": "scripts/i18n-compile.sh && vue-cli-service build",