summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ptime/default.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-04-14 19:25:45 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2019-04-15 10:10:05 -0400
commit290a5d916e4874a6cb36936b49faf9ef327c249f (patch)
tree22d79f8152549281e5a22455e0951674381b1b4b /pkgs/development/ocaml-modules/ptime/default.nix
parentbd50fc942be4a648dfb3a11a848dbd2920358035 (diff)
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.
Diffstat (limited to 'pkgs/development/ocaml-modules/ptime/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/ptime/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/ptime/default.nix b/pkgs/development/ocaml-modules/ptime/default.nix
index 4ac473fef0061..6562edc127857 100644
--- a/pkgs/development/ocaml-modules/ptime/default.nix
+++ b/pkgs/development/ocaml-modules/ptime/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
   inherit (topkg) installPhase;
 
   meta = {
-    homepage = http://erratique.ch/software/ptime;
+    homepage = https://erratique.ch/software/ptime;
     description = "POSIX time for OCaml";
     longDescription = ''
       Ptime has platform independent POSIX time support in pure OCaml.