diff options
| author | Shuu.N <ipoduser0430@gmail.com> | 2018-11-27 01:45:59 +0900 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2018-11-26 17:45:59 +0100 |
| commit | 3c32b40fdc1e8b7feee0b643fbe1ac5611e8cc0a (patch) | |
| tree | 46eddb1810479bfd0b9fbb0539aa9097fdf014ae | |
| parent | 4d03a3d0d46df671597320b3921e1d6ff0865689 (diff) | |
| download | packages-3c32b40fdc1e8b7feee0b643fbe1ac5611e8cc0a.tar.gz packages-3c32b40fdc1e8b7feee0b643fbe1ac5611e8cc0a.zip | |
Added package moe (#946)
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
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" } ] |
