Skip to content

Commit 09e15db

Browse files
authored
fix: fix vendor name and repo url. (#50)
We use the Vendor name [Coder Technologies, Inc.](https://plugins.jetbrains.com/vendor/coder)
1 parent ca6f8a3 commit 09e15db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ val extension = ExtensionJson(
7575
meta = ExtensionJsonMeta(
7676
name = "Coder",
7777
description = "Connects your JetBrains IDE to Coder workspaces",
78-
vendor = "Coder",
79-
url = "https://github.com/coder/coder-jetbrains-toolbox-plugin",
78+
vendor = "Coder Technologies, Inc.",
79+
url = "https://github.com/coder/coder-jetbrains-toolbox",
8080
)
8181
)
8282

0 commit comments

Comments
 (0)