From bbc2a6d0cb5bf61dc0af54070ab1413adee547e0 Mon Sep 17 00:00:00 2001 From: Tim McCormack Date: Mon, 20 Dec 2021 18:19:43 +0000 Subject: [PATCH] chore: Update organizations repo URL (moved to openedx org) (#29647) --- .../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 631d2f5c45..6ab77adaff 100644 --- a/lms/djangoapps/monitoring/scripts/generate_code_owner_mappings.py +++ b/lms/djangoapps/monitoring/scripts/generate_code_owner_mappings.py @@ -36,7 +36,7 @@ EDX_REPO_APPS = { 'integrated_channels': 'https://github.com/edx/edx-enterprise', 'lti_consumer': 'https://github.com/edx/xblock-lti-consumer', 'notices': 'https://github.com/edx/platform-plugin-notices', - 'organizations': 'https://github.com/edx/edx-organizations', + 'organizations': 'https://github.com/openedx/edx-organizations', 'search': 'https://github.com/edx/edx-search', 'super_csv': 'https://github.com/edx/super-csv', 'wiki': 'https://github.com/edx/django-wiki',