aboutsummaryrefslogtreecommitdiff
path: root/stdlib/project.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-08-18 03:13:52 -0400
committerEduardo Julian2022-08-18 03:13:52 -0400
commit9d20deda529f590c3092ac24546ba31da3c8f643 (patch)
treed82bdd08c43e08d4d76f5380802d2555589130bc /stdlib/project.lux
parent3b2d67a9679499b6ec9cbd781d2bf55396719136 (diff)
Added support for event-loop concurrency.
Diffstat (limited to 'stdlib/project.lux')
-rw-r--r--stdlib/project.lux3
1 files changed, 1 insertions, 2 deletions
diff --git a/stdlib/project.lux b/stdlib/project.lux
index c2611040d..930b8949b 100644
--- a/stdlib/project.lux
+++ b/stdlib/project.lux
@@ -5,8 +5,7 @@
"identity" ["com.github.luxlang" "stdlib" "0.8.0-SNAPSHOT"]
... Every piece of information, and the whole "info" bundle, are optional.
- "info" ["name" "stdlib"
- "description" "Standard library for the Lux programming language."
+ "info" ["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"