From 3212d5bc45a35fb6b4c9131d0b1bc56af2e392d9 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Wed, 27 Dec 2023 15:37:17 +0800 Subject: [PATCH] chore: rename EMQ X -> EMQX --- README.md | 4 ++-- src/emqx_auth_mongo.app.src | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3bacfca..68db9c4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ emqx_auth_mongo =============== -EMQ X Authentication/ACL with MongoDB +EMQX Authentication/ACL with MongoDB Build the Plugin ---------------- @@ -188,5 +188,5 @@ Apache License Version 2.0 Author ------ -EMQ X Team. +EMQX Team. diff --git a/src/emqx_auth_mongo.app.src b/src/emqx_auth_mongo.app.src index 71bb7fa..7b57896 100644 --- a/src/emqx_auth_mongo.app.src +++ b/src/emqx_auth_mongo.app.src @@ -1,5 +1,5 @@ {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]}, @@ -7,7 +7,7 @@ {mod, {emqx_auth_mongo_app,[]}}, {env, []}, {licenses, ["Apache-2.0"]}, - {maintainers, ["EMQ X Team "]}, + {maintainers, ["EMQX Team "]}, {links, [{"Homepage", "https://emqx.io/"}, {"Github", "https://github.com/emqx/emqx-auth-mongo"} ]}