Skip to content

Commit 3b17194

Browse files
committed
Update mix file to point to proper github
1 parent 4de276f commit 3b17194

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ defmodule Provider.MixProject do
4747
[
4848
main: "Provider",
4949
extras: ["README.md", "LICENSE", "CHANGELOG.md"],
50-
source_url: "https://github.com/sasa1977/provider/",
50+
source_url: "https://github.com/ankhers/provider/",
5151
source_ref: @version
5252
]
5353
end
@@ -58,7 +58,7 @@ defmodule Provider.MixProject do
5858
maintainers: ["Saša Jurić"],
5959
licenses: ["MIT"],
6060
links: %{
61-
"Github" => "https://github.com/sasa1977/provider",
61+
"Github" => "https://github.com/ankhers/provider",
6262
"Changelog" =>
6363
"https://hexdocs.pm/provider/changelog.html##{String.replace(@version, ".", "-")}"
6464
}

0 commit comments

Comments
 (0)