about summary refs log tree commit diff
path: root/pkgs/development/tools/kafkacat
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/kafkacat')
-rw-r--r--pkgs/development/tools/kafkacat/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/kafkacat/default.nix b/pkgs/development/tools/kafkacat/default.nix
index 7de5cd6340ad..5b67d4ddbc57 100644
--- a/pkgs/development/tools/kafkacat/default.nix
+++ b/pkgs/development/tools/kafkacat/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A generic non-JVM producer and consumer for Apache Kafka";
-    homepage = https://github.com/edenhill/kafkacat;
+    homepage = "https://github.com/edenhill/kafkacat";
     license = licenses.bsd2;
     platforms = platforms.linux ++ platforms.darwin;
     maintainers = with maintainers; [ nyarly ];