From 21430431466df7ae54c9ecea7309f940d0a77c93 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Thu, 16 Feb 2017 09:48:26 -0600 Subject: [PATCH] isyncUnstable: download over https --- pkgs/tools/networking/isync/unstable.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/isync/unstable.nix b/pkgs/tools/networking/isync/unstable.nix index eae7167f2fe..9408546f6a0 100644 --- a/pkgs/tools/networking/isync/unstable.nix +++ b/pkgs/tools/networking/isync/unstable.nix @@ -6,7 +6,7 @@ stdenv.mkDerivation rec { rev = "46e792"; src = fetchgit { - url = "git://git.code.sf.net/p/isync/isync"; + url = "https://git.code.sf.net/p/isync/isync"; inherit rev; sha256 = "02bm5m3bwpfns7qdwfybyl4fwa146n55v67pdchkhxaqpa4ddws1"; };