diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-13 13:35:36 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-13 13:35:36 -0500 |
commit | fde592dbbb97a89a498feb95f97bee674bd571e8 (patch) | |
tree | a5eb1e01a897bdb68ab4690ae75d07ca76dc8cec /stitch.opam | |
parent | 2b47b301cbf234eabfcebd28f069e5d154441354 (diff) | |
download | stitch-fde592dbbb97a89a498feb95f97bee674bd571e8.tar.gz stitch-fde592dbbb97a89a498feb95f97bee674bd571e8.tar.bz2 stitch-fde592dbbb97a89a498feb95f97bee674bd571e8.zip |
Refactor
Diffstat (limited to 'stitch.opam')
-rw-r--r-- | stitch.opam | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/stitch.opam b/stitch.opam index 0a77db1..18a5bde 100644 --- a/stitch.opam +++ b/stitch.opam @@ -1,10 +1,11 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -synopsis: "A Terminal Note Taking App" -description: "" +synopsis: "A Note Composer" +description: + "A minimal CLI tool that allows you to compose notes together. Useful as part of a bigger system for building a PKM." maintainer: ["Marc Coquand"] authors: ["Marc Coquand"] -license: "GPL-3.0-only" +license: "BSD-3-Clause" tags: ["productivity" "minimal"] doc: "https://url/to/documentation" depends: [ |