Skip to content

Commit

Permalink
Fixed repository.url in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioSanch3z committed Jun 28, 2024
1 parent 8e70789 commit d118f03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"jupyterlab",
"jupyterlab-extension"
],
"homepage": "https://github.com/AntonioSanch3z/apricotLab",
"homepage": "https://github.com/grycap/apricotlab",
"bugs": {
"url": "https://github.com/AntonioSanch3z/apricotLab/issues"
"url": "https://github.com/grycap/apricotlab/issues"
},
"license": "BSD-3-Clause",
"author": {
Expand All @@ -26,7 +26,7 @@
"style": "style/index.css",
"repository": {
"type": "git",
"url": "https://github.com/AntonioSanch3z/apricotLab.git"
"url": "https://github.com/grycap/apricotlab.git"
},
"scripts": {
"build": "jlpm build:lib && jlpm build:labextension:dev",
Expand Down

0 comments on commit d118f03

Please sign in to comment.