Skip to content

Commit 241b75d

Browse files
authored
Merge pull request #7 from jupytercad/fix_url
Releaser: Fix package url
2 parents 5522860 + 00163b2 commit 241b75d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
shell: bash -l {0}
123123
run: |
124124
set -eux
125-
wget https://openvsp.org/download.php?file=zips/current/linux/OpenVSP-3.38.0-Ubuntu-22.04_amd64.deb -O ovsp.deb
125+
wget https://openvsp.org/download.php?file=zips/current/linux/OpenVSP-3.41.1-Ubuntu-22.04_amd64.deb -O ovsp.deb
126126
ar x ovsp.deb && tar -xf data.tar.gz
127127
python -m pip install ./opt/OpenVSP/python/utilities ./opt/OpenVSP/python/degen_geom ./opt/OpenVSP/python/openvsp_config ./opt/OpenVSP/python/openvsp
128128

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"jupyterlab",
88
"jupyterlab-extension"
99
],
10-
"homepage": "https://github.com/jupytercad/jupytercad-openvsp",
10+
"homepage": "https://github.com/jupytercad/JupyterCAD-OpenVSP",
1111
"bugs": {
12-
"url": "https://github.com/jupytercad/jupytercad-openvsp/issues"
12+
"url": "https://github.com/jupytercad/JupyterCAD-OpenVSP/issues"
1313
},
1414
"license": "BSD-3-Clause",
1515
"author": "JupyterCAD contributors",
@@ -23,7 +23,7 @@
2323
"style": "style/index.css",
2424
"repository": {
2525
"type": "git",
26-
"url": "https://github.com/jupytercad/jupytercad-openvsp.git"
26+
"url": "https://github.com/jupytercad/JupyterCAD-OpenVSP.git"
2727
},
2828
"scripts": {
2929
"build": "jlpm build:lib && jlpm build:labextension:dev",

0 commit comments

Comments
 (0)