summary refs log tree commit diff
path: root/pkgs/development/python-modules/adb-homeassistant/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/adb-homeassistant/default.nix')
-rw-r--r--pkgs/development/python-modules/adb-homeassistant/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/adb-homeassistant/default.nix b/pkgs/development/python-modules/adb-homeassistant/default.nix
index 4e37d18a9f3..ff49aec1fbb 100644
--- a/pkgs/development/python-modules/adb-homeassistant/default.nix
+++ b/pkgs/development/python-modules/adb-homeassistant/default.nix
@@ -33,7 +33,7 @@ buildPythonPackage {
 
   meta = with lib; {
     description = "A pure python implementation of the Android ADB and Fastboot protocols";
-    homepage = https://github.com/JeffLIrion/python-adb/tree/adb-homeassistant;
+    homepage = "https://github.com/JeffLIrion/python-adb/tree/adb-homeassistant";
     license = licenses.asl20;
     maintainers = [ maintainers.makefu ];
   };