commit 2135f635a15d60cce3d8ca3714af08bc334b8438
parent 6c8444d614f93be135905ad25f5b78eecf92e98d
Author: laggingreflex <laggingreflex@gmail.com>
Date: Sun, 19 Apr 2020 01:47:45 +0530
fix: update repo link
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
@@ -8,14 +8,14 @@
},
"repository": {
"type": "git",
- "url": "git+https://gitlab.com/finwo/lucene-filter.git"
+ "url": "git+https://github.com/finwo/lucene-filter.git"
},
"author": "Robin Bron <robin@finwo.nl>",
"license": "MIT",
"bugs": {
- "url": "https://gitlab.com/finwo/lucene-filter/issues"
+ "url": "https://github.com/finwo/lucene-filter/issues"
},
- "homepage": "https://gitlab.com/finwo/lucene-filter#readme",
+ "homepage": "https://github.com/finwo/lucene-filter#readme",
"dependencies": {},
"devDependencies": {
"babel-jest": "^25.1.0",