From e1974027eb1c9bd986f098788f3d0136c459b6eb Mon Sep 17 00:00:00 2001 From: Troy Sankey Date: Mon, 8 Dec 2025 14:12:09 +0530 Subject: [PATCH] chore: Transition to edx fork of license-manager ENT-11240 --- repo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repo.sh b/repo.sh index 3fccc10..a43c7ce 100755 --- a/repo.sh +++ b/repo.sh @@ -37,7 +37,7 @@ repos=( "https://github.com/edx/edx-analytics-data-api.git" "https://github.com/openedx/enterprise-catalog.git" "https://github.com/edx/portal-designer.git" - "https://github.com/openedx/license-manager.git" + "https://github.com/edx/license-manager.git" "https://github.com/openedx/codejail-service.git" "https://github.com/openedx/enterprise-access.git" ) @@ -87,7 +87,7 @@ ssh_repos=( "git@github.com:edx/frontend-app-publisher.git" "git@github.com:edx/edx-analytics-data-api.git" "git@github.com:edx/portal-designer.git" - "git@github.com:openedx/license-manager.git" + "git@github.com:edx/license-manager.git" "git@github.com:openedx/codejail-service.git" "git@github.com:openedx/enterprise-access.git" )