chore: Update repo URL
This commit is contained in:
parent
17d4654100
commit
9db466db1e
1 changed files with 3 additions and 3 deletions
6
mix.exs
6
mix.exs
|
@ -4,18 +4,18 @@ defmodule Mash.MixProject do
|
||||||
def project do
|
def project do
|
||||||
[
|
[
|
||||||
app: :mash,
|
app: :mash,
|
||||||
version: "0.3.0",
|
version: "0.3.1",
|
||||||
elixir: "~> 1.14",
|
elixir: "~> 1.14",
|
||||||
start_permanent: Mix.env() == :prod,
|
start_permanent: Mix.env() == :prod,
|
||||||
deps: deps(),
|
deps: deps(),
|
||||||
docs: [
|
docs: [
|
||||||
main: "Mash"
|
main: "Mash"
|
||||||
],
|
],
|
||||||
source_url: "https://gitlab.com/mythic-insight/mash",
|
source_url: "https://code.mythicinsight.com/mythic-insight/mash",
|
||||||
package: [
|
package: [
|
||||||
description: "A dead simple tool for defining and running CI pipelines in Elixir.",
|
description: "A dead simple tool for defining and running CI pipelines in Elixir.",
|
||||||
licenses: ["MIT"],
|
licenses: ["MIT"],
|
||||||
links: %{"Gitlab" => "https://gitlab.com/mythic-insight/mash"}
|
links: %{"Gitlab" => "https://code.mythicinsight.com/mythic-insight/mash"}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue