pleroma.database fill_old_hashtags: Add month_limit argument
[akkoma] / mix.exs
diff --git a/mix.exs b/mix.exs
index c948b0b02e30df09b14ef2b8d59dd3d97fbe4a3e..fb5b380f4ba356ea6e47a05752370111b3180f65 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -22,7 +22,7 @@ defmodule Pleroma.Mixfile do
       docs: [
         source_url_pattern:
           "https://git.pleroma.social/pleroma/pleroma/blob/develop/%{path}#L%{line}",
-        logo: "priv/static/static/logo.png",
+        logo: "priv/static/images/logo.png",
         extras: ["README.md", "CHANGELOG.md"] ++ Path.wildcard("docs/**/*.md"),
         groups_for_extras: [
           "Installation manuals": Path.wildcard("docs/installation/*.md"),