Skip to content

Commit 567ea42

Browse files
Fix more references to old publisher
1 parent 02c1b3d commit 567ea42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ code --install-extension <path-to-redcode>/redcode-<version>.vsix
1111
## Install from VS Code Marketplace
1212

1313
```shell
14-
code --install-extension ian-h-chamberlain.redcode
14+
code --install-extension corewa-rs.redcode
1515
```

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"description": "Language per REDCODE Reference Standard: ICWS'94 draft (extended)",
55
"version": "0.2.0",
66
"license": "MIT",
7-
"publisher": "ian-h-chamberlain",
7+
"publisher": "corewa-rs",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/ian-h-chamberlain/corewa_rs.git",
10+
"url": "https://github.com/corewa-rs/corewa_rs.git",
1111
"directory": "redcode"
1212
},
1313
"engines": {

0 commit comments

Comments
 (0)