summary refs log tree commit diff
path: root/pkgs/development/python-modules/canopen/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/canopen/default.nix')
-rw-r--r--pkgs/development/python-modules/canopen/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/canopen/default.nix b/pkgs/development/python-modules/canopen/default.nix
index a76e05332f1..83dd1f006fc 100644
--- a/pkgs/development/python-modules/canopen/default.nix
+++ b/pkgs/development/python-modules/canopen/default.nix
@@ -36,7 +36,7 @@ buildPythonPackage {
   checkInputs = [ nose ];
 
   meta = with lib; {
-    homepage = https://github.com/christiansandberg/canopen/;
+    homepage = "https://github.com/christiansandberg/canopen/";
     description = "CANopen stack implementation";
     license = licenses.lgpl3;
     maintainers = with maintainers; [ sorki ];