summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/iso8601/default.nix
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2019-11-15 20:46:53 -0500
committerGitHub <noreply@github.com>2019-11-15 20:46:53 -0500
commit7becdb2363ab72847866adbce564b1577de2097a (patch)
treef2d7e7c5a18715517a5d2d9c6cf75af87e646f26 /pkgs/development/ocaml-modules/iso8601/default.nix
parentc1966522d7d5fa54db068140d212cba18731dd98 (diff)
parent9367367dfd6e0373c04650e9893deed426d48aa2 (diff)
downloadnixpkgs-7becdb2363ab72847866adbce564b1577de2097a.tar
nixpkgs-7becdb2363ab72847866adbce564b1577de2097a.tar.gz
nixpkgs-7becdb2363ab72847866adbce564b1577de2097a.tar.bz2
nixpkgs-7becdb2363ab72847866adbce564b1577de2097a.tar.lz
nixpkgs-7becdb2363ab72847866adbce564b1577de2097a.tar.xz
nixpkgs-7becdb2363ab72847866adbce564b1577de2097a.tar.zst
nixpkgs-7becdb2363ab72847866adbce564b1577de2097a.zip
Merge pull request #73478 from c0bw3b/repology/perma-redirect
Treewide: fix URL permanent redirects
Diffstat (limited to 'pkgs/development/ocaml-modules/iso8601/default.nix')
-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 [];