From b8c8b38e5aaec9a49bbce9b3f5e33709406a1cbc Mon Sep 17 00:00:00 2001 From: Kanenobu Mitsuru Date: Thu, 2 Jan 2020 16:04:07 +0900 Subject: [PATCH] Add package gimei (#1299) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 61244bd..170f0ed 100644 --- a/packages.json +++ b/packages.json @@ -15863,5 +15863,18 @@ "description": "Graph data structure library", "license": "MIT", "web": "https://github.com/b3liever/patgraph" + }, + { + "name": "gimei", + "url": "https://github.com/mkanenobu/nim-gimei", + "method": "git", + "tags": [ + "japanese", + "library", + "testing" + ], + "description": "random Japanese name and address generator", + "license": "MIT", + "web": "https://github.com/mkanenobu/nim-gimei" } ]