summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--account.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/account.py b/account.py
index 17b648c..2d53470 100644
--- a/account.py
+++ b/account.py
@@ -6,10 +6,10 @@ from uuid import uuid4
SERVICES = [
Service('foren', 'Foren', 'https://foren.spline.inf.fu-berlin.de/'),
- #Service('jabber', 'Jabber', 'http://jabber.spline.de/'),
+ Service('osqa', 'Fragen', 'https://fragen.spline.inf.fu-berlin.de/'),
Service('gitlab', 'Gitlab', 'https://gitlab.spline.inf.fu-berlin.de/'),
- Service('osqa', 'OS Q&A', 'http://osqa.spline.de/'),
- Service('zettel', 'Zettel', 'http://zettel.spline.inf.fu-berlin.de/'),
+ #Service('jabber', 'Jabber', 'http://jabber.spline.de/'),
+ Service('zettel', 'Zettel', 'https://zettel.spline.inf.fu-berlin.de/'),
]