diff --git a/build-groups.make b/build-groups.make index 142d223..85eeaae 100644 --- a/build-groups.make +++ b/build-groups.make @@ -7,5 +7,5 @@ includes[] = "drupal-org-core.make" ; Download the Groups install profile and recursively build all its dependencies. projects[groups][type] = "profile" projects[groups][download][type] = "git" -projects[groups][download][url] = "https://github.com/openstack-infra/groups.git" +projects[groups][download][url] = "https://git.openstack.org/openstack-infra/groups" projects[groups][download][branch] = "master"