diff --git a/packages.json b/packages.json index 930a815..84a8326 100644 --- a/packages.json +++ b/packages.json @@ -294,7 +294,7 @@ "method": "git", "tags": [ "littlefs", - "embeded", + "embedded", "filesystem", "fuse" ], @@ -302,6 +302,18 @@ "license": "BSD-3-Clause-1", "web": "https://github.com/Graveflo/nim-littlefs" }, + { + "name": "nfind", + "url": "https://github.com/Graveflo/nfind.git", + "method": "git", + "tags": [ + "glob", + "find" + ], + "description": "glob library and find tool", + "license": "MIT", + "web": "https://github.com/Graveflo/nfind" + }, { "name": "mutf8", "url": "https://github.com/The-Ticking-Clockwork/MUTF-8",