From 8196ab379495ab00c11b74b55b6f2fabd99ab351 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 20 Sep 2021 23:01:35 -0400 Subject: Updates and fixes for the book. --- stdlib/project.lux | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'stdlib/project.lux') diff --git a/stdlib/project.lux b/stdlib/project.lux index fb2023643..0f3cdc0cb 100644 --- a/stdlib/project.lux +++ b/stdlib/project.lux @@ -17,10 +17,10 @@ ... "organization" ["name" "Lux Foundation" ... "url" "http://example.com/lux_foundation"] ]] - ... #contributors [["name" "Eduardo Julian" - ... "url" "https://github.com/eduardoejp" - ... "organization" ["name" "Lux Foundation" - ... "url" "http://example.com/lux_foundation"]]] + ... "contributors" [["name" "Eduardo Julian" + ... "url" "https://github.com/eduardoejp" + ... "organization" ["name" "Lux Foundation" + ... "url" "http://example.com/lux_foundation"]]] ] ... An optional list of repositories you can deploy to, given aliases so they're easy to refer to with the "deploy" command. -- cgit v1.2.3