about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorEric Sagnes <eric.sagnes@gmail.com>2015-12-15 02:46:04 +0900
committerEric Sagnes <eric.sagnes@gmail.com>2015-12-15 02:46:04 +0900
commita77569fd972d0afc2bfb1da9f37bd5e2a6781e50 (patch)
treed24f1436ea045f1324cb0c09764109e8d193fc81 /pkgs/applications
parent84c3b5f71fa9c5ee73a85a051be11319e6364ef3 (diff)
jumanji: fixed source
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/browsers/jumanji/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/jumanji/default.nix b/pkgs/applications/networking/browsers/jumanji/default.nix
index 1969a1f502f2a..0e962f5fc1f66 100644
--- a/pkgs/applications/networking/browsers/jumanji/default.nix
+++ b/pkgs/applications/networking/browsers/jumanji/default.nix
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
   version = "20150107";
 
   src = fetchgit {
-    url = git://pwmt.org/jumanji.git;
+    url = https://git.pwmt.org/pwmt/jumanji.git;
     rev = "f8e04e5b5a9fec47d49ca63a096e5d35be281151";
     sha256 = "1xq06iabr4y76faf4w1cx6fhwdksfsxggz1ndny7icniwjzk98h9";
   };