logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 056752adfe970a8c61eb77b6510053fc40a7d708
parent: 60f0ff38e70b4566c41d2b021c7314a329a2cb16
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 21 Mar 2019 21:10:44 +0100

mix.exs: custom source_url

Diffstat:

Mmix.exs5++---
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/static/logo.png", extras: ["README.md", "CHANGELOG.md"] ++ Path.wildcard("docs/**/*.md"), groups_for_extras: [