Sfoglia il codice sorgente

chore(rebalance): fix app metadata

Ilya Averyanov 2 anni fa
parent
commit
61deda3ea6

+ 1 - 2
apps/emqx_eviction_agent/src/emqx_eviction_agent.app.src

@@ -14,9 +14,8 @@
     {mod, {emqx_eviction_agent_app, []}},
     {mod, {emqx_eviction_agent_app, []}},
     {env, []},
     {env, []},
     {modules, []},
     {modules, []},
-    {maintainers, ["EMQX Team <contact@emqx.io>"]},
     {links, [
     {links, [
-        {"Homepage", "https://emqx.io/"},
+        {"Homepage", "https://www.emqx.com/"},
         {"Github", "https://github.com/emqx"}
         {"Github", "https://github.com/emqx"}
     ]}
     ]}
 ]}.
 ]}.