diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2022-05-13 14:10:37 +0200 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2022-05-13 14:10:37 +0200 |
| commit | a8133680af7df78d4c2e931da20f608772b87a43 (patch) | |
| tree | 0f5768b5bcb514dda1a5b2e730a197eadadec4bc | |
| parent | e47f4597d4929a2a6a0748ca052c6ec81fd1c500 (diff) | |
| download | rust-a8133680af7df78d4c2e931da20f608772b87a43.tar.gz rust-a8133680af7df78d4c2e931da20f608772b87a43.zip | |
fix: Fix typo in publisher field
| -rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index a88f605f47b..eb9531d9b06 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -7,7 +7,7 @@ "icon": "icon.png", "version": "0.4.0-dev", "releaseTag": null, - "publisher": "ryst-lang", + "publisher": "rust-lang", "repository": { "url": "https://github.com/rust-analyzer/rust-analyzer.git", "type": "git" |
