chore: Update repo URL
This commit is contained in:
parent
a620037f18
commit
cbdde2a444
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
```
|
||||
|
|
4
mix.exs
4
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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue