setup.py: Update website to freedombox.org

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2018-02-11 15:56:11 +05:30 committed by James Valleroy
parent 375592de7b
commit 67d6a0508c
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -184,7 +184,7 @@ setuptools.setup(
description='A web front end for administering FreedomBox',
author='FreedomBox Authors',
author_email='freedombox-discuss@lists.alioth.debian.org',
url='http://freedomboxfoundation.org',
url='https://freedombox.org',
packages=find_packages(include=['plinth', 'plinth.*'],
exclude=['*.templates']),
scripts=['bin/plinth'],