summary refs log tree commit diff
path: root/pkgs/development/python-modules/bt-proximity/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/bt-proximity/default.nix')
-rw-r--r--pkgs/development/python-modules/bt-proximity/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/bt-proximity/default.nix b/pkgs/development/python-modules/bt-proximity/default.nix
index f998ebca06d..17f38406248 100644
--- a/pkgs/development/python-modules/bt-proximity/default.nix
+++ b/pkgs/development/python-modules/bt-proximity/default.nix
@@ -20,7 +20,7 @@ buildPythonPackage {
 
   meta = with stdenv.lib; {
     description = "Bluetooth Proximity Detection using Python";
-    homepage = https://github.com/FrederikBolding/bluetooth-proximity;
+    homepage = "https://github.com/FrederikBolding/bluetooth-proximity";
     maintainers = with maintainers; [ peterhoeg ];
     license = licenses.asl20;
   };