diff --git a/package.json b/package.json
index a6610e64f2029dacf357c5e3c3d6b0b5a128bd00..43e0fe81d0d6c4c3904da3c5ce5affa00daefae2 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
 		"onWebviewPanel:lua-doc",
 		"onCommand:extension.lua.doc"
 	],
-	"author": "sumneko",
+	"author": "lj",
 	"capabilities": {
 		"untrustedWorkspaces": {
 			"description": "",
@@ -3033,7 +3033,7 @@
 		]
 	},
 	"description": "Lua Language Server coded by Lua",
-	"displayName": "Lua",
+	"displayName": "SRB2 Lua",
 	"engines": {
 		"vscode": "^1.67.0"
 	},
@@ -3041,12 +3041,13 @@
 	"keywords": [
 		"Lua",
 		"IntelliSense",
-		"EmmyLua"
+		"EmmyLua",
+		"SRB2"
 	],
 	"license": "MIT",
 	"main": "./client/out/extension",
-	"name": "lua",
-	"publisher": "sumneko",
+	"name": "srb2lua",
+	"publisher": "lj",
 	"repository": {
 		"type": "git",
 		"url": "https://github.com/LuaLS/lua-language-server"
diff --git a/package/package.lua b/package/package.lua
index cb591aaa85e0bbd4dd1ee25cdfbe001878fc4bfc..9c93cf47fe2dfe09caa5ea8dd8c5abb71d0d2b66 100644
--- a/package/package.lua
+++ b/package/package.lua
@@ -1,15 +1,15 @@
 return {
-    name = "lua",
-    displayName = "Lua",
+    name = "srb2lua",
+    displayName = "SRB2 Lua",
     description = "Lua Language Server coded by Lua",
-    author = "sumneko",
+    author = "lj",
     icon = "images/logo.png",
     license = "MIT",
     repository = {
         type = "git",
         url = "https://github.com/LuaLS/lua-language-server"
     },
-    publisher = "sumneko",
+    publisher = "lj",
     categories = {
         "Linters",
         "Programming Languages",
@@ -19,6 +19,7 @@ return {
         "Lua",
         "IntelliSense",
         "EmmyLua",
+        "SRB2",
     },
     sponsor = {
         url = "https://github.com/LuaLS/lua-language-server/issues/484"