commit: 06b321465c6a55acc968557ad2f66d9ec35d5004
parent dad0f7a8f621f7967197172be59ca5920ff9d730
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 21 Mar 2019 21:10:44 +0100
mix.exs: custom source_url
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/mix.exs b/mix.exs
@@ -18,10 +18,9 @@ defmodule Pleroma.Mixfile do
# Docs
name: "Pleroma",
homepage_url: "https://pleroma.social/",
- source_url: "https://git.pleroma.social/pleroma/pleroma",
+ source_url: "https://hacktivis.me/git/pleroma",
docs: [
- source_url_pattern:
- "https://git.pleroma.social/pleroma/pleroma/blob/develop/%{path}#L%{line}",
+ source_url_pattern: "https://hacktivis.me/git/pleroma/files/%{path}#L%{line}",
logo: "priv/static/images/logo.png",
extras: ["README.md", "CHANGELOG.md"] ++ Path.wildcard("docs/**/*.md"),
groups_for_extras: [