From 1a834723651e4690847bff65d2b41c2f79de543a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynir=20Bj=C3=B6rnsson?= Date: Sat, 10 Aug 2019 15:57:46 +0200 Subject: [PATCH] Add missing fields and post install message --- opam | 3 +++ 1 file changed, 3 insertions(+) diff --git a/opam b/opam index 48f47db..190d8c6 100644 --- a/opam +++ b/opam @@ -1,7 +1,9 @@ opam-version: "1.2" maintainer: "Reynir Björnsson " authors: "Reynir Björnsson " +homepage: "https://git.data.coop/reynir/reynir.opam" dev-repo: "https://git.data.coop/reynir/reynir.opam.git" +bug-reports: "https://git.data.coop/reynir/reynir.opam/issues" depends: [ "user-setup" "merlin" @@ -10,3 +12,4 @@ depends: [ "ocp-indent" "utop" ] +post-messages: "Don't forget to run `opam user-setup install`!"