From a937a07b265d5e444a2ca017c0ecbe334c05a35a Mon Sep 17 00:00:00 2001 From: Sameer Puri Date: Tue, 14 Apr 2020 11:45:59 -0400 Subject: [PATCH] Make i2c an https git dep so Travis can clone it --- src/Manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Manifest.py b/src/Manifest.py index b092a32..5470474 100644 --- a/src/Manifest.py +++ b/src/Manifest.py @@ -5,7 +5,7 @@ modules = { "git": [ - "git@github.com:hdl-util/i2c.git::master", + "https://github.com/hdl-util/i2c::master", ] } fetchto = "../ip_cores"