From a9c5488ac53c83a67340ec1e67dcac4bf65e2e70 Mon Sep 17 00:00:00 2001 From: Calascibetta Romain Date: Mon, 13 Jan 2025 13:50:00 +0100 Subject: [PATCH] Lint opam files --- cachet-lwt.opam | 2 +- cachet-solo5.opam | 2 +- cachet.opam | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cachet-lwt.opam b/cachet-lwt.opam index c9ffd50..b05eb4c 100644 --- a/cachet-lwt.opam +++ b/cachet-lwt.opam @@ -6,7 +6,7 @@ authors: [ "Romain Calascibetta " "Reynir Björnsson " ] homepage: "https://git.robur.coop/robur/cachet" bug-reports: "https://git.robur.coop/robur/cachet" -dev-repo: "git+https://git.robur.coop/robur/cachet" +dev-repo: "git+https://github.com/robur-coop/cachet" doc: "https://robur-coop.github.io/cachet/" license: "MIT" synopsis: "A simple cache system for mmap and lwt" diff --git a/cachet-solo5.opam b/cachet-solo5.opam index 6b8f8d6..90ff0a3 100644 --- a/cachet-solo5.opam +++ b/cachet-solo5.opam @@ -6,7 +6,7 @@ authors: [ "Romain Calascibetta " "Reynir Björnsson " ] homepage: "https://git.robur.coop/robur/cachet" bug-reports: "https://git.robur.coop/robur/cachet" -dev-repo: "git+https://git.robur.coop/robur/cachet" +dev-repo: "git+https://github.com/robur-coop/cachet" doc: "https://robur-coop.github.io/cachet/" license: "MIT" synopsis: "A simple cache system for mmap" diff --git a/cachet.opam b/cachet.opam index c8d07f8..15eb487 100644 --- a/cachet.opam +++ b/cachet.opam @@ -6,7 +6,7 @@ authors: [ "Romain Calascibetta " "Reynir Björnsson " ] homepage: "https://git.robur.coop/robur/cachet" bug-reports: "https://git.robur.coop/robur/cachet" -dev-repo: "git+https://git.robur.coop/robur/cachet" +dev-repo: "git+https://github.com/robur-coop/cachet" doc: "https://robur-coop.github.io/cachet/" license: "MIT" synopsis: "A simple cache system for mmap"