summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-12-28 09:59:12 -0800
committerJonathan Ringer <jonringer117@gmail.com>2021-12-28 09:59:12 -0800
commita37bebd666041783f5d9d08cb043fc49f1fc2547 (patch)
tree8ce935ee37142d769b20d46188078f558691ddec
parent1e01453b3095802881928b38acf5f10001fb38b5 (diff)
downloadnixpkgs-a37bebd666041783f5d9d08cb043fc49f1fc2547.tar
nixpkgs-a37bebd666041783f5d9d08cb043fc49f1fc2547.tar.gz
nixpkgs-a37bebd666041783f5d9d08cb043fc49f1fc2547.tar.bz2
nixpkgs-a37bebd666041783f5d9d08cb043fc49f1fc2547.tar.lz
nixpkgs-a37bebd666041783f5d9d08cb043fc49f1fc2547.tar.xz
nixpkgs-a37bebd666041783f5d9d08cb043fc49f1fc2547.tar.zst
nixpkgs-a37bebd666041783f5d9d08cb043fc49f1fc2547.zip
kafka: update homepage
-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 e2db02f0def..d086c2b922c 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 ];