From 27ca97af4f04ca9efe498ac2a907b41b312b0cb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Nut=CC=A6iu?= Date: Sat, 13 May 2017 23:18:58 +0300 Subject: [PATCH] Fixing email address --- src/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.py b/src/config.py index 02c8842..b5b5fdb 100644 --- a/src/config.py +++ b/src/config.py @@ -32,7 +32,7 @@ class Config: SQLALCHEMY_COMMIT_ON_TEARDOWN = True DEBUG = True # Server Settings - ADMIN_EMAIL = "metonymy@fedoraproject.com" + ADMIN_EMAIL = "metonymy@fedoraproject.org" ADMIN_NAME = "Metonymy" BIND_IP = "0.0.0.0" BIND_PORT = 5000