From 290a5d916e4874a6cb36936b49faf9ef327c249f Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Sun, 14 Apr 2019 19:25:45 -0400 Subject: treewide: update homepages to https where available Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects. --- pkgs/development/ocaml-modules/jsonm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/ocaml-modules/jsonm/default.nix') diff --git a/pkgs/development/ocaml-modules/jsonm/default.nix b/pkgs/development/ocaml-modules/jsonm/default.nix index ca286ee36f8c1..739daeddee574 100644 --- a/pkgs/development/ocaml-modules/jsonm/default.nix +++ b/pkgs/development/ocaml-modules/jsonm/default.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation { meta = { description = "An OCaml non-blocking streaming codec to decode and encode the JSON data format"; - homepage = http://erratique.ch/software/jsonm; + homepage = https://erratique.ch/software/jsonm; license = stdenv.lib.licenses.bsd3; maintainers = with stdenv.lib.maintainers; [ vbgl ]; platforms = ocaml.meta.platforms or []; -- cgit 1.4.1