about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pure-python-adb-homeassistant
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pure-python-adb-homeassistant')
-rw-r--r--pkgs/development/python-modules/pure-python-adb-homeassistant/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pure-python-adb-homeassistant/default.nix b/pkgs/development/python-modules/pure-python-adb-homeassistant/default.nix
index 51db97835553b..acb9b73403b39 100644
--- a/pkgs/development/python-modules/pure-python-adb-homeassistant/default.nix
+++ b/pkgs/development/python-modules/pure-python-adb-homeassistant/default.nix
@@ -17,7 +17,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "Pure python implementation of the adb client";
-    homepage = https://github.com/JeffLIrion/pure-python-adb;
+    homepage = "https://github.com/JeffLIrion/pure-python-adb";
     license = licenses.mit;
     maintainers = [ maintainers.makefu ];
   };