Merge pull request #152484 from jonringer/update-kafka-homepage

kafka: update homepage
This commit is contained in:
Bobby Rong
2021-12-29 09:19:27 +08:00
committed by GitHub
+1 -1
View File
@@ -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 ];