Merge pull request #152484 from jonringer/update-kafka-homepage
kafka: update homepage
This commit is contained in:
commit
e85593f025
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://kafka.apache.org";
|
homepage = "https://kafka.apache.org";
|
||||||
description = "A high-throughput distributed messaging system";
|
description = "A high-throughput distributed messaging system";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = [ maintainers.ragge ];
|
maintainers = [ maintainers.ragge ];
|
||||||
|
|
Loading…
Reference in a new issue