From 41d97e71a45323851f49ccb1127834af063f163b Mon Sep 17 00:00:00 2001 From: Tim McCormack Date: Thu, 16 Feb 2023 18:17:19 +0000 Subject: [PATCH] chore: Update URL for DOT in code-owner mappings generator (#31782) This repo has changed, so we need to update the URL, which is how these apps get matched up with owners. --- .../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 fa10dcea18..b04f0dc320 100644 --- a/lms/djangoapps/monitoring/scripts/generate_code_owner_mappings.py +++ b/lms/djangoapps/monitoring/scripts/generate_code_owner_mappings.py @@ -52,7 +52,7 @@ THIRD_PARTY_APPS = { 'drf_yasg': 'https://github.com/axnsan12/drf-yasg', 'edx_sga': 'https://github.com/mitodl/edx-sga', 'lx_pathway_plugin': 'https://github.com/open-craft/lx-pathway-plugin', - 'oauth2_provider': 'https://github.com/evonove/django-oauth-toolkit', + 'oauth2_provider': 'https://github.com/jazzband/django-oauth-toolkit', 'rest_framework': 'https://github.com/encode/django-rest-framework', 'simple_history': 'https://github.com/treyhunner/django-simple-history', 'social_django': 'https://github.com/python-social-auth/social-app-django',