diff options
-rw-r--r-- | dune-project | 9 | ||||
-rw-r--r-- | wormhole.opam | 17 |
2 files changed, 9 insertions, 17 deletions
diff --git a/dune-project b/dune-project index d0f9448..92cf8b9 100644 --- a/dune-project +++ b/dune-project @@ -2,14 +2,7 @@ (name wormhole) (version 82ea8dd-dirty) - -(authors "Marc Coquand") - -(maintainers "Marc Coquand") - -(license agpl-3.0) - -(documentation https://git.mccd.space/wormhole) +(documentation https://git.mccd.space/wormhole/about) (package (name wormhole) diff --git a/wormhole.opam b/wormhole.opam index 762e1df..aa9d04f 100644 --- a/wormhole.opam +++ b/wormhole.opam @@ -1,14 +1,13 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -synopsis: "A short synopsis" -description: "A longer description" -maintainer: ["Maintainer Name"] -authors: ["Author Name"] -license: "LICENSE" -tags: ["topics" "to describe" "your" "project"] -homepage: "https://github.com/username/reponame" -doc: "https://url/to/documentation" -bug-reports: "https://github.com/username/reponame/issues" +synopsis: "Send mastodon posts through a wormhole to a website" +description: "Send mastodon posts through a wormhole to a website" +maintainer: ["Marc Coquand"] +authors: ["Marc Coquand"] +license: "AGPL-3.0-only" +homepage: "https://git.mccd.space/wormhole/about" +doc: "https://git.mccd.space/wormhole/about" +bug-reports: "Email marc@mccd.space" depends: [ "ocaml" "crunch" |