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 | |
parent | 0ea8395070b1437d062fc7a9772dab2f1bc0a8a1 (diff) | |
download | wormhole-5a707d752336495ba45986679b7ac6ef0e513486.tar.gz wormhole-5a707d752336495ba45986679b7ac6ef0e513486.tar.bz2 wormhole-5a707d752336495ba45986679b7ac6ef0e513486.zip |
Updates to readme
Diffstat (limited to '')
-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" |