logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 267e714357ec8ea689a6f06a7ae101db15081925
parent: 9052948b18ef5556b9d182624235f117225c95fd
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: [