Skip to content

Commit

Permalink
Switch to https for git (#155)
Browse files Browse the repository at this point in the history
Switch to https for git to avoid need for ssh key password
  • Loading branch information
anton-seaice authored Nov 11, 2024
1 parent 6d26036 commit 9ec2fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gcom4/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 9ec2fbb

Please sign in to comment.