summaryrefslogtreecommitdiffstats
path: root/account.py
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-04-16 01:43:32 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-04-16 01:43:32 +0200
commitc351c79dab057980d3e0f73c4f3d272d7cf387c5 (patch)
tree0f957727c0c72bd86fd440d0f5db2b65ad215b1c /account.py
parente184d4b05bfc162f310655f98c441198c457c9b7 (diff)
downloadweb-c351c79dab057980d3e0f73c4f3d272d7cf387c5.tar.gz
web-c351c79dab057980d3e0f73c4f3d272d7cf387c5.tar.bz2
web-c351c79dab057980d3e0f73c4f3d272d7cf387c5.zip
fragen: adjusted to value in ldap
Diffstat (limited to 'account.py')
-rw-r--r--account.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/account.py b/account.py
index 2d53470..21af7ff 100644
--- a/account.py
+++ b/account.py
@@ -6,7 +6,7 @@ from uuid import uuid4
SERVICES = [
Service('foren', 'Foren', 'https://foren.spline.inf.fu-berlin.de/'),
- Service('osqa', 'Fragen', 'https://fragen.spline.inf.fu-berlin.de/'),
+ Service('fragen', 'Fragen', 'https://fragen.spline.inf.fu-berlin.de/'),
Service('gitlab', 'Gitlab', 'https://gitlab.spline.inf.fu-berlin.de/'),
#Service('jabber', 'Jabber', 'http://jabber.spline.de/'),
Service('zettel', 'Zettel', 'https://zettel.spline.inf.fu-berlin.de/'),