summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-04-15 23:47:56 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-04-15 23:47:56 +0200
commit64ef09d57cf50eb92f75e90a09426e72ead72a73 (patch)
treefd38b2b198f53ea73a03002bc4f6daec1f8582d3
parentb628a1290ab168fb9d5871a48c438e16837f0599 (diff)
downloadweb-64ef09d57cf50eb92f75e90a09426e72ead72a73.tar.gz
web-64ef09d57cf50eb92f75e90a09426e72ead72a73.tar.bz2
web-64ef09d57cf50eb92f75e90a09426e72ead72a73.zip
foren: add service
-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/'),