Skip to content

Commit

Permalink
dev: change mqtt server info
Browse files Browse the repository at this point in the history
  • Loading branch information
wwhai committed Jun 10, 2023
1 parent 99c06b8 commit ff2263a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin/mqtt_server/mqtt_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ func (s *MqttServer) PluginMetaInfo() typex.XPluginMetaInfo {
return typex.XPluginMetaInfo{
UUID: s.uuid,
Name: "Light Weight MqttServer",
Version: "2.0.0",
Homepage: "www.github.com/hootrhino/rulex",
HelpLink: "www.github.com/hootrhino/rulex",
Version: "v2.0.0",
Homepage: "https://github.com/lion-brave",
HelpLink: "https://github.com/lion-brave",
Author: "liyong",
Email: "[email protected]",
License: "MIT",
Expand Down

0 comments on commit ff2263a

Please sign in to comment.