From 1e7b2a1e6863372decc58b4e66ec6fe33dafc14b Mon Sep 17 00:00:00 2001 From: Angus L'Herrou Date: Fri, 31 Jul 2020 16:56:17 -0400 Subject: [PATCH] Added package hayaa (#1576) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 760b00e..1093ba1 100644 --- a/packages.json +++ b/packages.json @@ -18837,5 +18837,18 @@ "description": "A tiny calendar program", "license": "MIT", "web": "https://github.com/adam-mcdaniel/calendar" + }, + { + "name": "hayaa", + "url": "https://github.com/angus-lherrou/hayaa", + "method": "git", + "tags": [ + "conway", + "game", + "life" + ], + "description": "Conway's Game of Life implemented in Nim", + "license": "MIT", + "web": "https://github.com/angus-lherrou/hayaa" } ]