From e2b159dabe27e12e31509b5cc24a6cd1b40e3edc Mon Sep 17 00:00:00 2001 From: Marco Maggesi Date: Wed, 25 May 2011 09:27:50 +0000 Subject: [PATCH] ocaml batteries: https --> http svn path=/nixpkgs/trunk/; revision=27303 --- pkgs/development/ocaml-modules/batteries/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/batteries/default.nix b/pkgs/development/ocaml-modules/batteries/default.nix index 904cb6327ce0..b7a80129451f 100644 --- a/pkgs/development/ocaml-modules/batteries/default.nix +++ b/pkgs/development/ocaml-modules/batteries/default.nix @@ -8,7 +8,7 @@ stdenv.mkDerivation { name = "ocaml-batteries-1.3.0"; src = fetchurl { - url = "https://forge.ocamlcore.org/frs/download.php/560/batteries-1.3.0.tar.gz"; + url = "http://forge.ocamlcore.org/frs/download.php/560/batteries-1.3.0.tar.gz"; sha256 = "1kf8dyivigavi89lpsz7hzdv48as10yck7gkmqmnsnn1dps3m7an"; };