diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-05-08 18:38:03 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-05-08 18:38:03 +0200 |
commit | a29a09fc29b15e20e4178e9adcb07a961e6b6c2a (patch) | |
tree | ad8b1a175967441193baf40faaa0c2a93d8d90e7 | |
parent | b1995341ce803c396068a6e41f8cd64b09bbf2f6 (diff) | |
download | guix-a29a09fc29b15e20e4178e9adcb07a961e6b6c2a.tar guix-a29a09fc29b15e20e4178e9adcb07a961e6b6c2a.tar.gz |
Change 'nix-upstream' submodule URL.
* .gitmodules: Use https, not http. Reported by
Pjotr Prins <pjotr.public12@thebird.nl>.
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 0c3b046608..dcc4462652 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "nix-upstream"] path = nix-upstream - url = http://github.com/NixOS/nix.git + url = https://github.com/NixOS/nix.git |