summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-29 09:47:30 +0800
committerGitHub <noreply@github.com>2021-12-29 09:47:30 +0800
commit9677bf8f68562d71243e518700794a6b48f4a1ef (patch)
treef2ef6da7f92379e84481e14e1b8dc9259888a950
parentMerge pull request #152544 from NixOS/backport-152482-to-release-21.11 (diff)
parentspark: avoid https redirect (diff)
downloadnixpkgs-9677bf8f68562d71243e518700794a6b48f4a1ef.tar.gz
Merge pull request #152546 from NixOS/backport-152468-to-release-21.11
[Backport release-21.11] spark: avoid https redirect
-rw-r--r--pkgs/applications/networking/cluster/spark/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/spark/default.nix b/pkgs/applications/networking/cluster/spark/default.nix
index af194afafa9a..3de0f9441138 100644
--- a/pkgs/applications/networking/cluster/spark/default.nix
+++ b/pkgs/applications/networking/cluster/spark/default.nix
@@ -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 ];