From 9e6aa1ec38a45cf841dbddb411fd11bbfc9a5716 Mon Sep 17 00:00:00 2001 From: Muhammad Faraz Maqsood Date: Tue, 21 Nov 2023 15:06:28 +0500 Subject: [PATCH] change credentials repo link --- tutorcredentials/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorcredentials/plugin.py b/tutorcredentials/plugin.py index 881b5cc..377a5b5 100644 --- a/tutorcredentials/plugin.py +++ b/tutorcredentials/plugin.py @@ -54,7 +54,7 @@ ("CREDENTIALS_SOCIAL_AUTH_EDX_OAUTH2_KEY", "credentials-sso-key"), ("CREDENTIALS_SOCIAL_AUTH_EDX_OAUTH2_LOGOUT_URL", "{{ LMS_HOST }}/logout"), ("CREDENTIALS_THEME_NAME", "edx-theme"), - ("CREDENTIALS_REPOSITORY", "https://github.com/edx/credentials.git"), + ("CREDENTIALS_REPOSITORY", "https://github.com/openedx/credentials.git"), ("CREDENTIALS_REPOSITORY_VERSION", "{{ OPENEDX_COMMON_VERSION }}"), ] )