From dd5933d740418ee445be455d43408ba2f5d46b68 Mon Sep 17 00:00:00 2001 From: Brandon Barker Date: Fri, 15 Mar 2024 17:29:24 +0000 Subject: [PATCH] fix: use https for ports-of-call --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index d73a6c3..1291021 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,4 +12,4 @@ url = https://github.com/kokkos/kokkos.git [submodule "utils/ports-of-call"] path = utils/ports-of-call - url = git@github.com:lanl/ports-of-call.git + url = https://github.com/lanl/ports-of-call.git