Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias <ilovemilk@wusa.io>2020-04-11 12:58:17 +0300
committerMatthias <ilovemilk@wusa.io>2020-04-11 12:58:17 +0300
commita0642a51c15060e2394ba60115a46622dcac8663 (patch)
tree4a079c1f13d6cb417c7448fa3c247c37bdc9c437
parent5e9cebdcad048e166f9392e3aefeea1529669bc0 (diff)
fix urls to repository
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index bd9602c..28028db 100644
--- a/package.json
+++ b/package.json
@@ -18,14 +18,14 @@
},
"repository": {
"type": "git",
- "url": "git+https://github.com/ilovemilk/ransomware_detection.git"
+ "url": "git+https://github.com/undo-ransomware/ransomware_detection.git"
},
"author": "Matthias Held",
"license": "AGPL-3.0-or-later",
"bugs": {
- "url": "https://github.com/ilovemilk/ransomware_detection/issues"
+ "url": "https://github.com/undo-ransomware/ransomware_detection/issues"
},
- "homepage": "https://github.com/ilovemilk/ransomware_detection#readme",
+ "homepage": "https://github.com/undo-ransomware/ransomware_detection#readme",
"engines": {
"node": ">=10.0.0"
},