summary refs log tree commit diff
path: root/pkgs/tools/filesystems/ceph/0.94.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/filesystems/ceph/0.94.nix')
-rw-r--r--pkgs/tools/filesystems/ceph/0.94.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/ceph/0.94.nix b/pkgs/tools/filesystems/ceph/0.94.nix
index 0fc2b60748a..a14259184a5 100644
--- a/pkgs/tools/filesystems/ceph/0.94.nix
+++ b/pkgs/tools/filesystems/ceph/0.94.nix
@@ -4,7 +4,7 @@ callPackage ./generic.nix (args // rec {
   version = "0.94.1";
 
   src = fetchgit {
-    url = "git://github.com/ceph/ceph.git";
+    url = "https://github.com/ceph/ceph.git";
     rev = "refs/tags/v${version}";
     sha256 = "0rrl10vda4xv22al2c5ccd8v8drs26186dvkrxndvqz8p9999cjx";
   };