Update source link
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
33b1700552
commit
0f0207d60d
1 changed files with 3 additions and 3 deletions
6
mix.exs
6
mix.exs
|
@ -20,10 +20,10 @@ def project do
|
|||
deps: deps(),
|
||||
test_coverage: [tool: :covertool, summary: true],
|
||||
# Docs
|
||||
homepage_url: "https://github.com/mkljczk/pleroma",
|
||||
source_url: "https://github.com/mkljczk/pleroma",
|
||||
homepage_url: "https://github.com/mkljczk/pl",
|
||||
source_url: "https://github.com/mkljczk/pl",
|
||||
docs: [
|
||||
source_url_pattern: "https://github.com/mkljczk/pleroma/blob/develop/%{path}#L%{line}",
|
||||
source_url_pattern: "https://github.com/mkljczk/pl/blob/develop/%{path}#L%{line}",
|
||||
logo: "priv/static/images/logo.png",
|
||||
extras: ["README.md", "CHANGELOG.md"] ++ Path.wildcard("docs/**/*.md"),
|
||||
groups_for_extras: [
|
||||
|
|
Loading…
Reference in a new issue