From f0e7fea80f2aca3904b4b0152071ee14da40536e Mon Sep 17 00:00:00 2001 From: Joe Wollard Date: Sun, 24 Oct 2021 04:11:36 +0000 Subject: [PATCH] update git repo url --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0cab4bf..4f05d7e 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,10 @@ "name": "simple-plist", "author": "Joe Wollard", "license": "MIT", - "homepage": "https://github.com/wollardj/node-simple-plist.git", + "homepage": "https://github.com/wollardj/simple-plist.git", "repository": { "type": "git", - "url": "https://github.com/wollardj/node-simple-plist.git" + "url": "https://github.com/wollardj/simple-plist.git" }, "version": "1.1.1", "description": "A wrapper utility for interacting with plist data.",