mirror of
https://git.youjo.love/youjo/youjo-be.git
synced 2024-11-20 05:49:54 +01:00
Update 'mix.exs'
This commit is contained in:
parent
51563dc0eb
commit
4f2a6162e9
1 changed files with 3 additions and 3 deletions
6
mix.exs
6
mix.exs
|
@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do
|
|||
def project do
|
||||
[
|
||||
app: :pleroma,
|
||||
version: version("3.6.1"),
|
||||
version: version("6.9.1"),
|
||||
elixir: "~> 1.12",
|
||||
elixirc_paths: elixirc_paths(Mix.env()),
|
||||
compilers: [:phoenix] ++ Mix.compilers(),
|
||||
|
@ -16,9 +16,9 @@ defmodule Pleroma.Mixfile do
|
|||
test_coverage: [tool: ExCoveralls],
|
||||
preferred_cli_env: ["coveralls.html": :test],
|
||||
# Docs
|
||||
name: "AkkoUnfucked",
|
||||
name: "incestoma",
|
||||
homepage_url: "https://git.youjo.love/",
|
||||
source_url: "https://git.youjo.love/fox/youjo-be",
|
||||
source_url: "https://git.youjo.love/youjo/youjo-be",
|
||||
docs: [
|
||||
source_url_pattern: "https://git.youjo.love/fox/youjo-be/blob/develop/%{path}#L%{line}",
|
||||
logo: "priv/static/images/logo.png",
|
||||
|
|
Loading…
Reference in a new issue