Skip to content

Commit

Permalink
Use absolute HTTPS paths for submodules. (#159)
Browse files Browse the repository at this point in the history
* Changes URL of libbase to an absolute value.

* Uses a https path for the wlmaker-dependencies submodule. User should not be hardcoded.
  • Loading branch information
phkaeser authored Jan 13, 2025
1 parent 856ba4a commit ccae68b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[submodule "submodules/libbase"]
path = submodules/libbase
url = ../libbase
url = https://github.com/phkaeser/libbase.git
branch = main
update = rebase
[submodule "examples/gtk-layer-shell"]
path = examples/gtk-layer-shell
url = https://github.com/wmww/gtk-layer-shell.git
[submodule "dependencies"]
path = dependencies
url = git@github.com:phkaeser/wlmaker-dependencies.git
path = dependencies
url = https://github.com/phkaeser/wlmaker-dependencies.git

0 comments on commit ccae68b

Please sign in to comment.