From e5e4c2aff562e5c01fefb808d1d68a40f29c9cc5 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 8 Apr 2022 01:49:29 -0400 Subject: Can now deploy releases with Aedifex. --- stdlib/project.lux | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'stdlib/project.lux') 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."] -- cgit v1.2.3