MAINTAINERS: replace git pointer to github

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-04-28 19:46:45 -04:00 committed by Anas Nashif
commit 0de394d313
2 changed files with 2 additions and 2 deletions

View file

@ -502,7 +502,7 @@ THE REST
M: Anas Nashif <anas.nashif@intel.com>
M: Kumar Gala <kumar.gala@linaro.org>
L: devel@lists.zephyrproject.com
T: git https://gerrit.zephyrproject.org/r/a/zephyr
T: git https://github.com/zephyrproject-rtos/zephyr
S: Buried alive in reporters
F: *
F: */

View file

@ -1465,7 +1465,7 @@ sub vcs_exists {
warn("$P: No supported VCS found. Add --nogit to options?\n");
warn("Using a git repository produces better results.\n");
warn("Try Zephyr's latest git repository using:\n");
warn("git clone https://gerrit.zephyrproject.org/r/zephyr\n");
warn("git clone https://github.com/zephyrproject-rtos/zephyr\n");
$printed_novcs = 1;
}
return 0;