Skip to content

Commit

Permalink
chore: rename EMQ X -> EMQX
Browse files Browse the repository at this point in the history
  • Loading branch information
HJianBo committed Dec 27, 2023
1 parent 5e37f2c commit 3212d5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
emqx_auth_mongo
===============

EMQ X Authentication/ACL with MongoDB
EMQX Authentication/ACL with MongoDB

Build the Plugin
----------------
Expand Down Expand Up @@ -188,5 +188,5 @@ Apache License Version 2.0
Author
------

EMQ X Team.
EMQX Team.

4 changes: 2 additions & 2 deletions src/emqx_auth_mongo.app.src
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{application, emqx_auth_mongo,
[{description, "EMQ X Authentication/ACL with MongoDB"},
[{description, "EMQX Authentication/ACL with MongoDB"},
{vsn, "git"},
{modules, []},
{registered, [emqx_auth_mongo_sup]},
{applications, [kernel,stdlib,mongodb,ecpool,emqx_passwd]},
{mod, {emqx_auth_mongo_app,[]}},
{env, []},
{licenses, ["Apache-2.0"]},
{maintainers, ["EMQ X Team <contact@emqx.io>"]},
{maintainers, ["EMQX Team <contact@emqx.io>"]},
{links, [{"Homepage", "https://emqx.io/"},
{"Github", "https://github.com/emqx/emqx-auth-mongo"}
]}
Expand Down

0 comments on commit 3212d5b

Please sign in to comment.