chore: update edx-drf-extensions repo URL (moved to openedx org) (#29660)

The `edx-drf-extensions` repo was moved from the edx org to
the openedx org, and this change captures that move.
This commit is contained in:
Robert Raposa
2021-12-21 13:19:01 -05:00
committed by GitHub
parent df908e164d
commit 0dd1f9b7e4

View File

@@ -25,7 +25,7 @@ EDX_REPO_APPS = {
'completion': 'https://github.com/edx/completion',
'config_models': 'https://github.com/edx/django-config-models',
'consent': 'https://github.com/edx/edx-enterprise',
'csrf': 'https://github.com/edx/edx-drf-extensions',
'csrf': 'https://github.com/openedx/edx-drf-extensions',
'edx_name_affirmation': 'https://github.com/edx/edx-name-affirmation',
'edx_proctoring': 'https://github.com/edx/edx-proctoring',
'edxval': 'https://github.com/edx/edx-val',