diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-18 09:43:46 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-18 09:43:46 -0500 |
commit | 50ca4e102ffb3219e9ad22b717696dee9d0f4bd6 (patch) | |
tree | 4a095a32473f4e072d6eba13000586f6f78d189e /dune-project | |
parent | 90f8c5e65c96f946ab079271b52112ec36d6c42c (diff) | |
download | stitch-50ca4e102ffb3219e9ad22b717696dee9d0f4bd6.tar.gz stitch-50ca4e102ffb3219e9ad22b717696dee9d0f4bd6.tar.bz2 stitch-50ca4e102ffb3219e9ad22b717696dee9d0f4bd6.zip |
Update license
Diffstat (limited to '')
-rw-r--r-- | dune-project | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dune-project b/dune-project index e1425fe..2d48986 100644 --- a/dune-project +++ b/dune-project @@ -10,13 +10,13 @@ (maintainers "Marc Coquand") -(license BSD-3-Clause) +(license EUPL-1.2) (documentation https://url/to/documentation) (package (name stitch) - (synopsis "A Note Composer") + (synopsis "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.") (depends ocaml dune cmdliner notty lambda-term shexp) (tags |