From cbdde2a444e59e30dfbafbdddc901648cb8d9df4 Mon Sep 17 00:00:00 2001 From: Robert Prehn <3952444+prehnRA@users.noreply.github.com> Date: Tue, 29 Oct 2024 12:44:33 -0500 Subject: [PATCH] chore: Update repo URL --- README.md | 2 +- mix.exs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb0b03b..26b6dc4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Kindling can be installed by adding `kindling` to your list of dependencies in ` ```elixir def deps do [ - {:kindling, "~> 1.0.1"} + {:kindling, "~> 1.0.2"} ] end ``` diff --git a/mix.exs b/mix.exs index 2d0aa43..c3d4e8f 100644 --- a/mix.exs +++ b/mix.exs @@ -11,7 +11,7 @@ defmodule Kindling.MixProject do description: "Resource generators and API clients for HL7 FHIR.", # Docs - source_url: "https://gitlab.com/mythic-insight/kindling", + source_url: "https://code.mythicinsight.com/mythic-insight/kindling", docs: [ main: "Kindling" ], @@ -20,7 +20,7 @@ defmodule Kindling.MixProject do package: %{ licenses: ["MIT"], links: %{ - "source" => "https://gitlab.com/mythic-insight/kindling" + "source" => "https://code.mythicinsight.com/mythic-insight/kindling" } } ]