We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 210193f commit f0d0f4dCopy full SHA for f0d0f4d
mix.exs
@@ -47,7 +47,7 @@ defmodule StringMatcher.MixProject do
47
# These are the default files included in the package
48
files: ~w(lib .formatter.exs mix.exs README* LICENSE*),
49
licenses: ["MIT"],
50
- links: %{"GitLab" => "https://gitlab.com/jnylen/string-matcher"}
+ links: %{"Github" => "https://github.com/jnylen/string-matcher"}
51
]
52
end
53
0 commit comments