From b83add5fd5051eb020e6f54df5acea72784ceee0 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sat, 5 Jan 2019 14:31:33 +0100 Subject: [PATCH] Fix repository links in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 38ea3460..453f9109 100644 --- a/package.json +++ b/package.json @@ -48,9 +48,9 @@ }, "repository": { "type": "git", - "url": "https://github.com/level/levelup.git" + "url": "https://github.com/Level/levelup.git" }, - "homepage": "https://github.com/level/levelup", + "homepage": "https://github.com/Level/levelup", "keywords": [ "level", "leveldb",