aboutsummaryrefslogtreecommitdiff
path: root/stdlib/project.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/project.lux')
-rw-r--r--stdlib/project.lux7
1 files changed, 4 insertions, 3 deletions
diff --git a/stdlib/project.lux b/stdlib/project.lux
index 4644c56e8..67ffc7c6b 100644
--- a/stdlib/project.lux
+++ b/stdlib/project.lux
@@ -5,7 +5,9 @@
"identity" ["com.github.luxlang" "stdlib" "0.7.0-SNAPSHOT"]
... Every piece of information, and the whole "info" bundle, are optional.
- "info" ["url" "https://github.com/LuxLang/lux"
+ "info" ["name" "stdlib"
+ "description" "Standard Library for the Lux programming language."
+ "url" "https://github.com/LuxLang/lux"
"scm" "https://github.com/LuxLang/lux.git"
"licenses" [["name" "Lux License v0.1.2"
"url" "https://github.com/LuxLang/lux/blob/master/license.txt"
@@ -80,8 +82,7 @@
]
"bibliotheca"
- ["info" ["description" "Standard Library for the Lux programming language."]
- "test" "test/lux"]
+ ["test" "test/lux"]
"scriptum"
["info" ["description" "Documentation for the Standard Library for the Lux programming language."]