Explorar o código

chore(rebalance): fix app metadata

Ilya Averyanov %!s(int64=2) %!d(string=hai) anos
pai
achega
61deda3ea6
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      apps/emqx_eviction_agent/src/emqx_eviction_agent.app.src

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

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