Fix drush make git repository

Replace github repo with git.openstack.org.

Change-Id: Idf5071ffca69a46480b455b2f4a4d9583a40e1c6
This commit is contained in:
Marton Kiss 2014-06-18 13:10:51 +02:00
parent 2e72fd1489
commit 0c73ccc2df
1 changed files with 1 additions and 1 deletions

View File

@ -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"