summary refs log tree commit diff
path: root/pkgs/tools/networking/isync
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-02-16 09:48:26 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2017-02-16 09:48:26 -0600
commit21430431466df7ae54c9ecea7309f940d0a77c93 (patch)
tree808f17d0cbc376fd24f23336c38b74add1645f2b /pkgs/tools/networking/isync
parenta72dc9f3bfc26cf59075fb8e01ac6f3e448793dc (diff)
downloadnixpkgs-21430431466df7ae54c9ecea7309f940d0a77c93.tar
nixpkgs-21430431466df7ae54c9ecea7309f940d0a77c93.tar.gz
nixpkgs-21430431466df7ae54c9ecea7309f940d0a77c93.tar.bz2
nixpkgs-21430431466df7ae54c9ecea7309f940d0a77c93.tar.lz
nixpkgs-21430431466df7ae54c9ecea7309f940d0a77c93.tar.xz
nixpkgs-21430431466df7ae54c9ecea7309f940d0a77c93.tar.zst
nixpkgs-21430431466df7ae54c9ecea7309f940d0a77c93.zip
isyncUnstable: download over https
Diffstat (limited to 'pkgs/tools/networking/isync')
-rw-r--r--pkgs/tools/networking/isync/unstable.nix2
1 files changed, 1 insertions, 1 deletions
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";
   };