From 27b87d4a8af84cab619fa33095b42cb03f9e6020 Mon Sep 17 00:00:00 2001 From: Pawel Chmielowski Date: Wed, 25 Mar 2026 16:41:07 +0100 Subject: [PATCH] Add SECURITY.md in hex docs --- mix.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/mix.exs b/mix.exs index bce9c8873..9231e446b 100644 --- a/mix.exs +++ b/mix.exs @@ -335,6 +335,7 @@ defmodule Ejabberd.MixProject do "CONTRIBUTORS.md": [title: "Contributors"], "CODE_OF_CONDUCT.md": [title: "Code of Conduct"], "CHANGELOG.md": [title: "ChangeLog"], + "SECURITY.md": [title: "Security Policy"], "COPYING": [title: "Copying License"], "_build/edoc/docs.md": [title: "⟹ ejabberd Docs"] ],