From 375592de7bebe9b0d08db4f22236fcbbdc0234d0 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sun, 11 Feb 2018 15:48:20 +0530 Subject: [PATCH] setup.py: Update Plinth Authors -> FreedomBox Authors Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1cbf994dc..67514d5c6 100755 --- a/setup.py +++ b/setup.py @@ -182,7 +182,7 @@ setuptools.setup( name='Plinth', version=__version__, description='A web front end for administering FreedomBox', - author='Plinth Authors', + author='FreedomBox Authors', author_email='freedombox-discuss@lists.alioth.debian.org', url='http://freedomboxfoundation.org', packages=find_packages(include=['plinth', 'plinth.*'],