spark: avoid https redirect

This commit is contained in:
Jonathan Ringer 2021-12-28 08:54:55 -08:00
parent 1e01453b30
commit 005ec0e68f
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -46,7 +46,7 @@ let
meta = {
description = "Apache Spark is a fast and general engine for large-scale data processing";
homepage = "http://spark.apache.org";
homepage = "https://spark.apache.org";
license = lib.licenses.asl20;
platforms = lib.platforms.all;
maintainers = with maintainers; [ thoughtpolice offline kamilchm illustris ];