Skip to content

Commit f0d0f4d

Browse files
committed
Fix links
1 parent 210193f commit f0d0f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ defmodule StringMatcher.MixProject do
4747
# These are the default files included in the package
4848
files: ~w(lib .formatter.exs mix.exs README* LICENSE*),
4949
licenses: ["MIT"],
50-
links: %{"GitLab" => "https://gitlab.com/jnylen/string-matcher"}
50+
links: %{"Github" => "https://github.com/jnylen/string-matcher"}
5151
]
5252
end
5353
end

0 commit comments

Comments
 (0)