Skip to content

Commit

Permalink
Replace ssh URL with HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanBryan51 committed Mar 6, 2024
1 parent 096b5e9 commit be79752
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/cable/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
class Cable(CMakePackage):
"""The CSIRO Atmosphere Biosphere Land Exchange (CABLE) model."""

homepage = "https://github.com/CABLE-LSM/CABLE.git"
git = "[email protected]:CABLE-LSM/CABLE.git"
git = homepage = "https://github.com/CABLE-LSM/CABLE.git"

maintainers("SeanBryan51")

Expand Down

0 comments on commit be79752

Please sign in to comment.