We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5263e1 commit e022c36Copy full SHA for e022c36
lib/mix_dependency_submission/fetcher.ex
@@ -146,7 +146,7 @@ defmodule MixDependencySubmission.Fetcher do
146
defp mix_config_source_url(mix_config) do
147
links =
148
Map.new(mix_config[:package][:links] || %{}, fn {key, value} ->
149
- {String.downcase(key), value}
+ {String.downcase(to_string(key)), value}
150
end)
151
152
mix_config[:source_url] ||
0 commit comments