Skip to content

Commit 771613b

Browse files
authored
chore: fix wrong url in package.json
1 parent 58cfeef commit 771613b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "git+https://github.com/cheminfo/spectra-processing.git"
23+
"url": "git+https://github.com/mljs/spectra-processing.git"
2424
},
2525
"keywords": [],
2626
"author": "Luc Patiny",
2727
"license": "MIT",
2828
"bugs": {
29-
"url": "https://github.com/cheminfo/spectra-processing/issues"
29+
"url": "https://github.com/mljs/spectra-processing/issues"
3030
},
31-
"homepage": "https://github.com/cheminfo/spectra-processing#readme",
31+
"homepage": "https://github.com/mljs/spectra-processing#readme",
3232
"jest": {
3333
"testEnvironment": "node"
3434
},

0 commit comments

Comments
 (0)