Skip to content

Commit

Permalink
Merge pull request #7 from jupytercad/fix_url
Browse files Browse the repository at this point in the history
Releaser: Fix package url
  • Loading branch information
martinRenou authored Nov 19, 2024
2 parents 5522860 + 00163b2 commit 241b75d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
shell: bash -l {0}
run: |
set -eux
wget https://openvsp.org/download.php?file=zips/current/linux/OpenVSP-3.38.0-Ubuntu-22.04_amd64.deb -O ovsp.deb
wget https://openvsp.org/download.php?file=zips/current/linux/OpenVSP-3.41.1-Ubuntu-22.04_amd64.deb -O ovsp.deb
ar x ovsp.deb && tar -xf data.tar.gz
python -m pip install ./opt/OpenVSP/python/utilities ./opt/OpenVSP/python/degen_geom ./opt/OpenVSP/python/openvsp_config ./opt/OpenVSP/python/openvsp
Expand Down
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/jupytercad/jupytercad-openvsp",
"homepage": "https://github.com/jupytercad/JupyterCAD-OpenVSP",
"bugs": {
"url": "https://github.com/jupytercad/jupytercad-openvsp/issues"
"url": "https://github.com/jupytercad/JupyterCAD-OpenVSP/issues"
},
"license": "BSD-3-Clause",
"author": "JupyterCAD contributors",
Expand All @@ -23,7 +23,7 @@
"style": "style/index.css",
"repository": {
"type": "git",
"url": "https://github.com/jupytercad/jupytercad-openvsp.git"
"url": "https://github.com/jupytercad/JupyterCAD-OpenVSP.git"
},
"scripts": {
"build": "jlpm build:lib && jlpm build:labextension:dev",
Expand Down

0 comments on commit 241b75d

Please sign in to comment.