From 547fd5d685e5ecceee5ce127ad94407fdcd77dde Mon Sep 17 00:00:00 2001
From: Georg Krause <mail@georg-krause.net>
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 63e6c9864e..0000000000
--- a/CONTRIBUTORS.txt
+++ /dev/null
@@ -1 +0,0 @@
-Eliot Berriot
diff --git a/front/package.json b/front/package.json
index 75089cc755..8fa78a2f9d 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",
-- 
GitLab