From 084346f14ed1e6706d733402dd6ff65b0dc4f718 Mon Sep 17 00:00:00 2001 From: Romain Calascibetta Date: Tue, 24 Jan 2023 18:12:32 +0100 Subject: [PATCH] Fix the doc field into the OPAM file --- base64.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base64.opam b/base64.opam index 50efb4f..068d1a8 100644 --- a/base64.opam +++ b/base64.opam @@ -5,7 +5,7 @@ authors: [ "Thomas Gazagnaire" "Peter Zotov" ] license: "ISC" homepage: "https://github.com/mirage/ocaml-base64" -doc: "http://mirage.github.io/ocaml-base64/" +doc: "https://mirage.github.io/ocaml-base64/" bug-reports: "https://github.com/mirage/ocaml-base64/issues" dev-repo: "git+https://github.com/mirage/ocaml-base64.git" synopsis: "Base64 encoding for OCaml"