Skip to content

Commit

Permalink
mesos: switch to https for maven
Browse files Browse the repository at this point in the history
Fixes: NixOS#78702
Closes: NixOS#79260
  • Loading branch information
veprbl committed Feb 11, 2020
1 parent 6932a75 commit 157f392
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ header "fetching Apache Mesos maven repo"
function fetchArtifact {
repoPath="$1"
echo "Fetching $repoPath"
url="http://repo.maven.apache.org/maven2/$repoPath"
url="https://repo.maven.apache.org/maven2/$repoPath"
mkdir -p $(dirname $out/$repoPath)
curl --fail --location --insecure --retry 3 --max-redirs 20 "$url" --output "$out/$repoPath"
}
Expand Down

0 comments on commit 157f392

Please sign in to comment.