MAINTAINERS: replace git pointer to github
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
ee254daa1a
commit
0de394d313
2 changed files with 2 additions and 2 deletions
|
@ -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: */
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue