Merge pull request #152468 from jonringer/spark-homepage

spark: avoid https redirect
This commit is contained in:
Bobby Rong
2021-12-29 09:42:14 +08:00
committed by GitHub
@@ -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 ];