logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 567801b80fb534f1bd9f68051f05b2221910f039
parent: 729ef4a981f012190306259d404d166eead349a2
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 @@ -16,9 +16,8 @@ defmodule Pleroma.Mixfile do # Docs name: "Pleroma", - source_url: "https://git.pleroma.social/pleroma/pleroma", - source_url_pattern: - "https://git.pleroma.social/pleroma/pleroma/blob/develop/%{path}#L%{line}", + source_url: "https://hacktivis.me/git/pleroma", + source_url_pattern: "https://hacktivis.me/git/pleroma/files/%{path}#L%{line}", homepage_url: "https://pleroma.social/", docs: [ logo: "priv/static/static/logo.png",