summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--account.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/account.py b/account.py
index e9823df..17b648c 100644
--- a/account.py
+++ b/account.py
@@ -5,7 +5,7 @@ from uuid import uuid4
SERVICES = [
- #Service('foren', 'Foren', 'http://foren.spline.de/'),
+ Service('foren', 'Foren', 'https://foren.spline.inf.fu-berlin.de/'),
#Service('jabber', 'Jabber', 'http://jabber.spline.de/'),
Service('gitlab', 'Gitlab', 'https://gitlab.spline.inf.fu-berlin.de/'),
Service('osqa', 'OS Q&A', 'http://osqa.spline.de/'),