File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Developer install
6
6
To install a developer version of ipynao, you will first need to clone
7
7
the repository::
8
8
9
- git clone https://github.com/QuantStack /ipynao
9
+ git clone https://github.com/jupyter-robotics /ipynao
10
10
cd ipynao
11
11
12
12
Next, install it with a develop install using pip::
Original file line number Diff line number Diff line change 13
13
" dist/*.js" ,
14
14
" css/*.css"
15
15
],
16
- "homepage" : " https://github.com/QuantStack /ipynao" ,
16
+ "homepage" : " https://github.com/jupyter-robotics /ipynao" ,
17
17
"bugs" : {
18
- "url" : " https://github.com/QuantStack /ipynao/issues"
18
+ "url" : " https://github.com/jupyter-robotics /ipynao/issues"
19
19
},
20
20
"license" : " BSD-3-Clause" ,
21
21
"author" : {
26
26
"types" : " ./lib/index.d.ts" ,
27
27
"repository" : {
28
28
"type" : " git" ,
29
- "url" : " https://github.com/ihuicatl /ipynao"
29
+ "url" : " https://github.com/jupyter-robotics /ipynao"
30
30
},
31
31
"scripts" : {
32
32
"build" : " yarn run build:lib && yarn run build:nbextension && yarn run build:labextension:dev" ,
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ test = [
55
55
]
56
56
57
57
[project .urls ]
58
- Homepage = " https://github.com/QuantStack /ipynao"
58
+ Homepage = " https://github.com/jupyter-robotics /ipynao"
59
59
60
60
[tool .hatch .build ]
61
61
artifacts = [
You can’t perform that action at this time.
0 commit comments