From 0dd1f9b7e4a3d2271cd987f87d2b36ef4406c66a Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Tue, 21 Dec 2021 13:19:01 -0500 Subject: [PATCH] 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. --- .../monitoring/scripts/generate_code_owner_mappings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/djangoapps/monitoring/scripts/generate_code_owner_mappings.py b/lms/djangoapps/monitoring/scripts/generate_code_owner_mappings.py index 6ab77adaff..3ef5da6fbd 100644 --- a/lms/djangoapps/monitoring/scripts/generate_code_owner_mappings.py +++ b/lms/djangoapps/monitoring/scripts/generate_code_owner_mappings.py @@ -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',