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",