diff options
author | Justin Bedo <cu@cua0.org> | 2023-01-16 11:57:58 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2023-01-17 09:23:20 +1100 |
commit | ddf49e4cce3978368cc08e015e5d1492a5b7c93f (patch) | |
tree | 5480746407af678e9694100b51b75a9807e56f74 /package.yaml | |
parent | e65843243bb0c131b040db0fd437dc22e924316f (diff) |
basic README and license
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.yaml b/package.yaml index 8290eed..23b8f71 100644 --- a/package.yaml +++ b/package.yaml @@ -1,6 +1,6 @@ name: phylogenies version: 0.0.1 -synopsis: phylogeny playground +synopsis: phylogeny inferencing maintainer: Justin Bedo <cu@cua0.org> license: MIT @@ -13,6 +13,5 @@ executable: - ppl - containers - log-domain - - vector - random - optparse-applicative |