Skip to content

Commit

Permalink
Merge pull request #203 from PnX-SI/fix/url-for-git-submodule-geonature
Browse files Browse the repository at this point in the history
fix(gitmodules): change URL of a git submodule from SSH to HTTPS
  • Loading branch information
jacquesfize authored Dec 7, 2023
2 parents 2d52602 + 135bd58 commit caec603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "dependencies/GeoNature"]
path = dependencies/GeoNature
url = git@github.com:PnX-SI/GeoNature.git
url = https://github.com/PnX-SI/GeoNature.git
[submodule "dependencies/Utils-Flask-SQLAlchemy"]
path = dependencies/Utils-Flask-SQLAlchemy
url = https://github.com/PnX-SI/Utils-Flask-SQLAlchemy.git
Expand Down

0 comments on commit caec603

Please sign in to comment.