From 67d6a0508c341f0ce58c3b1e7675798680656a36 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sun, 11 Feb 2018 15:56:11 +0530 Subject: [PATCH] setup.py: Update website to freedombox.org 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 67514d5c6..8f1697ec7 100755 --- a/setup.py +++ b/setup.py @@ -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'],