Change 'nix-upstream' submodule URL. * .gitmodules: Use https, not http. Reported by Pjotr Prins <pjotr.public12@thebird.nl>.
1 files changed, 1 insertions(+), 1 deletions(-) M .gitmodules
M .gitmodules => .gitmodules +1 -1
@@ 1,3 1,3 @@ [submodule "nix-upstream"] path = nix-upstream - url = http://github.com/NixOS/nix.git + url = https://github.com/NixOS/nix.git