aboutsummaryrefslogtreecommitdiffhomepage
path: root/project.janet
diff options
context:
space:
mode:
authorJohn Gabriele <jgabriele@fastmail.fm>2022-05-29 03:58:18 -0400
committerGitHub <noreply@github.com>2022-05-29 03:58:18 -0400
commit8c450c63ec634ed7089287cb7311454044028677 (patch)
tree8e75bd27383704b633febc7e4c3cc18a51ddb589 /project.janet
parentMake test suite handle /r in templates. (diff)
add description to project.janet
Diffstat (limited to 'project.janet')
-rw-r--r--project.janet1
1 files changed, 1 insertions, 0 deletions
diff --git a/project.janet b/project.janet
index 267b74a..2cc9b11 100644
--- a/project.janet
+++ b/project.janet
@@ -1,5 +1,6 @@
(declare-project
:name "spork"
+ :description "Official contrib library of various Janet utility modules."
:author "Calvin Rose"
:license "MIT"
:url "https://github.com/janet-lang/spork"