summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/iso8601
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2019-11-16 01:41:23 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2019-11-16 01:41:23 +0100
commit9367367dfd6e0373c04650e9893deed426d48aa2 (patch)
tree7ae2c2dbeeb145848e125d30d3195fcce7322aad /pkgs/development/ocaml-modules/iso8601
parenta27a14da2a592402ecb89abc040700b2cf90d3c7 (diff)
downloadnixpkgs-9367367dfd6e0373c04650e9893deed426d48aa2.tar
nixpkgs-9367367dfd6e0373c04650e9893deed426d48aa2.tar.gz
nixpkgs-9367367dfd6e0373c04650e9893deed426d48aa2.tar.bz2
nixpkgs-9367367dfd6e0373c04650e9893deed426d48aa2.tar.lz
nixpkgs-9367367dfd6e0373c04650e9893deed426d48aa2.tar.xz
nixpkgs-9367367dfd6e0373c04650e9893deed426d48aa2.tar.zst
nixpkgs-9367367dfd6e0373c04650e9893deed426d48aa2.zip
Treewide: fix URL permanent redirects
Permanent redirects on homepages and/or source URLs
as reported by Repology
Diffstat (limited to 'pkgs/development/ocaml-modules/iso8601')
-rw-r--r--pkgs/development/ocaml-modules/iso8601/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/iso8601/default.nix b/pkgs/development/ocaml-modules/iso8601/default.nix
index 40db8246f4a..96f0205aa79 100644
--- a/pkgs/development/ocaml-modules/iso8601/default.nix
+++ b/pkgs/development/ocaml-modules/iso8601/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
   createFindlibDestdir = true;
 
   meta = {
-    homepage = http://sagotch.github.io/ISO8601.ml/;
+    homepage = https://ocaml-community.github.io/ISO8601.ml/;
     description = "ISO 8601 and RFC 3999 date parsing for OCaml";
     license = stdenv.lib.licenses.mit;
     platforms = ocaml.meta.platforms or [];