diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
deleted file mode 100644
index 63e6c9864e518496e669a3b40140ed912b09e83a..0000000000000000000000000000000000000000
--- a/CONTRIBUTORS.txt
+++ /dev/null
@@ -1 +0,0 @@
-Eliot Berriot
diff --git a/front/package.json b/front/package.json
index 75089cc7556170e741a236a9a90867ad530ab72a..8fa78a2f9dd86653d9c312843fa6e8eab00d08e4 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 <contact@eliotberriot.com>",
+  "author": "Funkwhale Collective <contact@funkwhale.audio>",
   "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",