summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-12-28 09:59:12 -0800
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-12-29 01:23:29 +0000
commit57f4493c9938cab684c35d8b0dc8360f66d95606 (patch)
tree2257c560f5ab5405e4bc98ef805403ddf00d530b
parentMerge pull request #152540 from NixOS/backport-152467-to-release-21.11 (diff)
downloadnixpkgs-57f4493c9938cab684c35d8b0dc8360f66d95606.tar.gz
kafka: update homepage
(cherry picked from commit a37bebd666041783f5d9d08cb043fc49f1fc2547)
-rw-r--r--pkgs/servers/apache-kafka/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/apache-kafka/default.nix b/pkgs/servers/apache-kafka/default.nix
index e2db02f0def2..d086c2b922c3 100644
--- a/pkgs/servers/apache-kafka/default.nix
+++ b/pkgs/servers/apache-kafka/default.nix
@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
- homepage = "http://kafka.apache.org";
+ homepage = "https://kafka.apache.org";
description = "A high-throughput distributed messaging system";
license = licenses.asl20;
maintainers = [ maintainers.ragge ];