chore: Update repo URL

This commit is contained in:
Robert Prehn 2024-10-29 12:44:33 -05:00
parent a620037f18
commit cbdde2a444
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ Kindling can be installed by adding `kindling` to your list of dependencies in `
```elixir ```elixir
def deps do def deps do
[ [
{:kindling, "~> 1.0.1"} {:kindling, "~> 1.0.2"}
] ]
end end
``` ```

View file

@ -11,7 +11,7 @@ defmodule Kindling.MixProject do
description: "Resource generators and API clients for HL7 FHIR.", description: "Resource generators and API clients for HL7 FHIR.",
# Docs # Docs
source_url: "https://gitlab.com/mythic-insight/kindling", source_url: "https://code.mythicinsight.com/mythic-insight/kindling",
docs: [ docs: [
main: "Kindling" main: "Kindling"
], ],
@ -20,7 +20,7 @@ defmodule Kindling.MixProject do
package: %{ package: %{
licenses: ["MIT"], licenses: ["MIT"],
links: %{ links: %{
"source" => "https://gitlab.com/mythic-insight/kindling" "source" => "https://code.mythicinsight.com/mythic-insight/kindling"
} }
} }
] ]