diff --git a/package.json b/package.json index 623c69f..cb526ed 100644 --- a/package.json +++ b/package.json @@ -2,16 +2,16 @@ "name": "@platformatic/dynamic-buffer", "version": "0.2.0", "description": "A small utility class to work with logically contiguous binary data split across multiple Buffer chunks.", - "homepage": "https://github.com/platformatic/@platformatic/dynamic-buffer", + "homepage": "https://github.com/platformatic/dynamic-buffer", "author": "Platformatic Inc. (https://platformatic.dev)", "license": "Apache-2.0", "repository": { "type": "git", - "url": "git+https://github.com/platformatic/@platformatic/dynamic-buffer.git" + "url": "git+https://github.com/platformatic/dynamic-buffer.git" }, "keywords": [], "bugs": { - "url": "https://github.com/platformatic/@platformatic/dynamic-buffer/issues" + "url": "https://github.com/platformatic/dynamic-buffer/issues" }, "private": false, "files": [ @@ -53,4 +53,4 @@ "engines": { "node": ">= 22.19.0" } -} \ No newline at end of file +}