summary refs log tree commit diff
path: root/pkgs/development/python-modules/stem/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/stem/default.nix')
-rw-r--r--pkgs/development/python-modules/stem/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/stem/default.nix b/pkgs/development/python-modules/stem/default.nix
index 4d4e75d5326..32e4bab5afc 100644
--- a/pkgs/development/python-modules/stem/default.nix
+++ b/pkgs/development/python-modules/stem/default.nix
@@ -23,7 +23,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "Controller library that allows applications to interact with Tor";
-    homepage = https://stem.torproject.org/;
+    homepage = "https://stem.torproject.org/";
     license = licenses.gpl3;
     maintainers = with maintainers; [ phreedom ];
   };