diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-05-02 17:17:47 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-05-02 17:17:47 -0300 |
commit | ee7c176bc22d8c4a4a7785ff8b5176336c06efef (patch) | |
tree | c78be6a5b0e157d86007d4bf2a475b30f36eb7b2 | |
parent | c6bc582f822e403e8daccd6f30fe10625434d04f (diff) |
Added systemd as git-submodule, run `git submodule update`
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 76efb0b31..49ab91b4e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "systemd"] path = systemd - url = ./libre/systemd + url = ssh://gparabola/srv/git/packages/systemd.git/ |