about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-29 09:42:14 +0800
committerGitHub <noreply@github.com>2021-12-29 09:42:14 +0800
commite5bb198927f8165d2b012414c004ff4d2f0deace (patch)
tree4136e2930014b06b942ad5978e8b756ab04a2547 /pkgs/applications/networking/cluster
parentcaf494de48e0da15388f14c8a9386ed038e56d3a (diff)
parent005ec0e68f97a47c1a228363634f9ef104df3163 (diff)
Merge pull request #152468 from jonringer/spark-homepage
spark: avoid https redirect
Diffstat (limited to 'pkgs/applications/networking/cluster')
-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 af194afafa9a8..3de0f94411386 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 ];