chore: update URL.

This commit is contained in:
James Harton 2023-06-30 20:42:59 +12:00
parent 6663cc1c68
commit e305684961
Signed by: james
GPG key ID: 90E82DAA13F624F4
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ import Config
config :git_ops,
mix_project: Mix.Project.get!(),
changelog_file: "CHANGELOG.md",
repository_url: "https://gitlab.com/jimsy/cinder_space",
repository_url: "https://cloud.harton.nz/james/cinder_space",
manage_mix_version?: true,
version_tag_prefix: "v",
manage_readme_version: "README.md"

View file

@ -25,7 +25,7 @@ defmodule CinderSpace.MixProject do
maintainers: ["James Harton <james@harton.nz>"],
licenses: ["HL3-FULL"],
links: %{
"Source" => "https://gitlab.com/jimsy/cinder_space",
"Source" => "https://cloud.harton.nz/james/cinder_space",
"Site" => "https://cinder.space/"
}
]