Skip to content

Commit

Permalink
Correct links to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryAstafyev committed Nov 21, 2023
1 parent 0b25850 commit d074ae1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ description = "Creates typescript definitions based on rust code"
license = "Apache-2.0"
keywords = ["typescript", "node", "node-bindgen", "javascript"]
categories = ["node"]
repository = "https://github.com/esrlabs/envvars.git"
homepage = "https://github.com/esrlabs/envvars"
repository = "https://github.com/DmitryAstafyev/tslink.git"
homepage = "https://github.com/DmitryAstafyev/tslink"
readme = "README.md"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion examples/node_bindgen/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/DmitryAstafyev/icsmw.git"
"url": "https://github.com/DmitryAstafyev/tslink.git"
},
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion tests/callbacks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/DmitryAstafyev/icsmw.git"
"url": "https://github.com/DmitryAstafyev/tslink.git"
},
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion tests/node-bindgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/DmitryAstafyev/icsmw.git"
"url": "https://github.com/DmitryAstafyev/tslink.git"
},
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion tests/renaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/DmitryAstafyev/icsmw.git"
"url": "https://github.com/DmitryAstafyev/tslink.git"
},
"contributors": [
{
Expand Down

0 comments on commit d074ae1

Please sign in to comment.