diff --git a/.gitconfig b/.gitconfig index 00ac267f..7afdef01 100644 --- a/.gitconfig +++ b/.gitconfig @@ -19,7 +19,7 @@ git clone -b dev https://github.com/AzureAD/microsoft-authentication-library-for-android.git msal; \ git clone -b dev https://github.com/AzureAD/microsoft-authentication-library-common-for-android.git common; \ git clone -b dev https://github.com/AzureAD/azure-activedirectory-library-for-android.git adal; \ - git clone -b dev https://github.com/AzureAD/ad-accounts-for-android.git broker; \ + git clone -b dev https://github.com/identity-authnz-teams/ad-accounts-for-android.git broker; \ git clone -b master https://github.com/Azure-Samples/ms-identity-android-java.git azuresample; \ git clone -b main https://github.com/Azure-Samples/ms-identity-ciam-native-auth-android-sample.git nativeauthsample; \ git clone -b dev https://office.visualstudio.com/DefaultCollection/OneAuth/_git/OneAuth oneauth; \