summary refs log tree commit diff
path: root/pkgs/development/python-modules/hbmqtt/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/hbmqtt/default.nix')
-rw-r--r--pkgs/development/python-modules/hbmqtt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/hbmqtt/default.nix b/pkgs/development/python-modules/hbmqtt/default.nix
index d94806c6219..b00e3a88d3e 100644
--- a/pkgs/development/python-modules/hbmqtt/default.nix
+++ b/pkgs/development/python-modules/hbmqtt/default.nix
@@ -26,7 +26,7 @@ buildPythonPackage rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = https://github.com/beerfactory/hbmqtt;
+    homepage = "https://github.com/beerfactory/hbmqtt";
     description = "MQTT client/broker using Python asynchronous I/O";
     license = licenses.mit;
     maintainers = with maintainers; [ dotlambda ];