aboutsummaryrefslogtreecommitdiff
path: root/stdlib/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/project.clj')
-rw-r--r--stdlib/project.clj4
1 files changed, 1 insertions, 3 deletions
diff --git a/stdlib/project.clj b/stdlib/project.clj
index 3b0ac6982..b7c037b45 100644
--- a/stdlib/project.clj
+++ b/stdlib/project.clj
@@ -25,7 +25,5 @@
:lux {:test "test/lux"}}
:aedifex {:description "A build system/tool made exclusively for Lux."
:lux {:program "program/aedifex"
- :test "test/aedifex"}}
- :scriptum {:description "A documentation generator for Lux code."
- :lux {:program "program/scriptum"}}}
+ :test "test/aedifex"}}}
)