From 9ec2fbb32b32625dbaa0dce4391cbeefa28267f4 Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:02:54 +1100 Subject: [PATCH] Switch to https for git (#155) Switch to https for git to avoid need for ssh key password --- packages/gcom4/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gcom4/package.py b/packages/gcom4/package.py index 2fffa28..563ccd9 100644 --- a/packages/gcom4/package.py +++ b/packages/gcom4/package.py @@ -17,7 +17,7 @@ class Gcom4(Package): """ homepage = "https://code.metoffice.gov.uk/trac/gcom" - git = "git@github.com:ACCESS-NRI/GCOM4.git" + git = "https://github.com/ACCESS-NRI/GCOM4.git" maintainers("penguian")