We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de276f commit 3b17194Copy full SHA for 3b17194
mix.exs
@@ -47,7 +47,7 @@ defmodule Provider.MixProject do
47
[
48
main: "Provider",
49
extras: ["README.md", "LICENSE", "CHANGELOG.md"],
50
- source_url: "https://github.com/sasa1977/provider/",
+ source_url: "https://github.com/ankhers/provider/",
51
source_ref: @version
52
]
53
end
@@ -58,7 +58,7 @@ defmodule Provider.MixProject do
58
maintainers: ["Saša Jurić"],
59
licenses: ["MIT"],
60
links: %{
61
- "Github" => "https://github.com/sasa1977/provider",
+ "Github" => "https://github.com/ankhers/provider",
62
"Changelog" =>
63
"https://hexdocs.pm/provider/changelog.html##{String.replace(@version, ".", "-")}"
64
}
0 commit comments