From 54ce5eb32e82cb48360125b6a75b88493b44ff15 Mon Sep 17 00:00:00 2001 From: Piotr Zierhoffer Date: Thu, 8 Aug 2019 00:40:17 +0200 Subject: [PATCH] build: west: Change the remote of civetweb to upstream It was accidentaly set to a fork of Civetweb instead of the original repo. Signed-off-by: Piotr Zierhoffer --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index e24408e4fcf..f0cc3c8d452 100644 --- a/west.yml +++ b/west.yml @@ -22,7 +22,7 @@ manifest: - name: upstream url-base: https://github.com/zephyrproject-rtos - name: civetweb - url-base: https://github.com/antmicro + url-base: https://github.com/civetweb # # Please add items below based on alphabetical order