chore: Update repo URL

This commit is contained in:
Robert Prehn 2024-10-29 13:01:54 -05:00
parent 17d4654100
commit 9db466db1e
No known key found for this signature in database

View file

@ -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