From 2c73a91c4b527b2cf2c4a77858559874867f5015 Mon Sep 17 00:00:00 2001 From: Andrew Dryga Date: Tue, 21 May 2024 11:25:03 -0600 Subject: [PATCH] Add a few SEO keywords for hex.pm --- mix.exs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 6cb9c6b..65bf391 100644 --- a/mix.exs +++ b/mix.exs @@ -50,7 +50,9 @@ defmodule LoggerJSON.Mixfile do defp package do [ - description: "A collection of Logger formatters that that write logs in JSON format", + description: + "A collection of Logger formatters that that write logs in JSON format. " <> + "Works with GoogleCloud, Datadog, ElasticSearch, LogStash, FileBeat, Kibana and any other JSON-compatible log management system.", contributors: ["Andrew Dryga"], maintainers: ["Andrew Dryga"], licenses: ["MIT"],