diff options
Diffstat (limited to 'hyperkitty/lib')
-rw-r--r-- | hyperkitty/lib/fedora.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/lib/fedora.py b/hyperkitty/lib/fedora.py index e87459d..3c948b8 100644 --- a/hyperkitty/lib/fedora.py +++ b/hyperkitty/lib/fedora.py @@ -6,7 +6,7 @@ No extra configurations are needed to make this work. from social_auth.backends import OpenIDBackend, OpenIdAuth -FEDORA_OPENID_URL = 'http://id.fedoraproject.org' +FEDORA_OPENID_URL = 'https://id.fedoraproject.org' class FedoraBackend(OpenIDBackend): |