From 81e63131e862e863dfb8be4fb2d3443978c92d0b Mon Sep 17 00:00:00 2001 From: Romain Calascibetta Date: Wed, 30 Nov 2022 13:07:25 +0100 Subject: [PATCH] Update links of OPAM files --- dkim-mirage.opam | 8 ++++---- dkim.opam | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dkim-mirage.opam b/dkim-mirage.opam index b9712a4..f0110b5 100644 --- a/dkim-mirage.opam +++ b/dkim-mirage.opam @@ -2,10 +2,10 @@ opam-version: "2.0" name: "dkim" maintainer: "Romain Calascibetta " authors: "Romain Calascibetta " -homepage: "https://github.com/dinosaure/ocaml-dkim" -bug-reports: "https://github.com/dinosaure/ocaml-dkim/issues" -dev-repo: "git+https://github.com/dinosaure/ocaml-dkim.git" -doc: "https://dinosaure.github.io/ocaml-dkim/" +homepage: "https://github.com/mirage/ocaml-dkim" +bug-reports: "https://github.com/mirage/ocaml-dkim/issues" +dev-repo: "git+https://github.com/mirage/ocaml-dkim.git" +doc: "https://mirage.github.io/ocaml-dkim/" license: "MIT" synopsis: "Implementation of DKIM in OCaml for MirageOS" description: """A light layer of the dkim library for MirageOS""" diff --git a/dkim.opam b/dkim.opam index 693d96e..ca55019 100644 --- a/dkim.opam +++ b/dkim.opam @@ -2,10 +2,10 @@ opam-version: "2.0" name: "dkim" maintainer: "Romain Calascibetta " authors: "Romain Calascibetta " -homepage: "https://github.com/dinosaure/ocaml-dkim" -bug-reports: "https://github.com/dinosaure/ocaml-dkim/issues" -dev-repo: "git+https://github.com/dinosaure/ocaml-dkim.git" -doc: "https://dinosaure.github.io/ocaml-dkim/" +homepage: "https://github.com/mirage/ocaml-dkim" +bug-reports: "https://github.com/mirage/ocaml-dkim/issues" +dev-repo: "git+https://github.com/mirage/ocaml-dkim.git" +doc: "https://mirage.github.io/ocaml-dkim/" license: "MIT" synopsis: "Implementation of DKIM in OCaml" description: """A library and a binary to verify and sign an email