diff options
author | Marc Coquand <marcc@fastmail.fr> | 2023-12-04 08:40:49 -0600 |
---|---|---|
committer | Marc Coquand <marcc@fastmail.fr> | 2023-12-04 08:40:49 -0600 |
commit | 5a707d752336495ba45986679b7ac6ef0e513486 (patch) | |
tree | 73743dc9f1099d575b630ba2bcb4b78bf1315ce3 /wormhole.opam | |
parent | 0ea8395070b1437d062fc7a9772dab2f1bc0a8a1 (diff) | |
download | wormhole-5a707d752336495ba45986679b7ac6ef0e513486.tar.gz wormhole-5a707d752336495ba45986679b7ac6ef0e513486.tar.bz2 wormhole-5a707d752336495ba45986679b7ac6ef0e513486.zip |
Updates to readme
Diffstat (limited to 'wormhole.opam')
-rw-r--r-- | wormhole.opam | 17 |
1 files changed, 8 insertions, 9 deletions
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" |