diff --git a/packages.json b/packages.json index 76de3e0..e527743 100644 --- a/packages.json +++ b/packages.json @@ -1199,16 +1199,15 @@ "tags": ["fuse", "library", "wrapper"], "description": "A FUSE binding for Nim", "license": "MIT", - "web": "https://github.com/akiradeveloper/nim-fuse", + "web": "https://github.com/akiradeveloper/nim-fuse" }, { "name": "brainfuck", - "url": "https://github.com/def-/brainfuck.git", + "url": "https://github.com/def-/nim-brainfuck.git", "method": "git", "tags": ["library", "binary", "app", "interpreter", "compiler", "language"], "description": "A brainfuck interpreter and compiler", "license": "MIT", "web": "https://github.com/def-/nim-brainfuck" } - ]