From 3c32b40fdc1e8b7feee0b643fbe1ac5611e8cc0a Mon Sep 17 00:00:00 2001 From: "Shuu.N" Date: Tue, 27 Nov 2018 01:45:59 +0900 Subject: [PATCH] Added package moe (#946) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 709f024..7b24d9f 100644 --- a/packages.json +++ b/packages.json @@ -11650,5 +11650,20 @@ "description": "Haraka v2 short-input hash function", "license": "MIT", "web": "https://github.com/ehmry/nim-haraka" + }, + { + "name": "moe", + "url": "https://github.com/fox0430/moe", + "method": "git", + "tags": [ + "console", + "command-line", + "editor", + "text", + "cli" + ], + "description": "A command lined based text editor", + "license": "GPLv3", + "web": "https://github.com/fox0430/moe" } ]