summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-04-15 23:48:07 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-04-16 00:07:45 +0200
commit34daf006a422306c9b06f45fe757e5f0ba3dd248 (patch)
tree081570f21257847a9656179f1d325dcb059fbe82
parent64ef09d57cf50eb92f75e90a09426e72ead72a73 (diff)
downloadweb-34daf006a422306c9b06f45fe757e5f0ba3dd248.tar.gz
web-34daf006a422306c9b06f45fe757e5f0ba3dd248.tar.bz2
web-34daf006a422306c9b06f45fe757e5f0ba3dd248.zip
fragen: renamed osqa service
-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/'),
]