summary refs log tree commit diff
path: root/pkgs/development/python-modules/alot/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/alot/default.nix')
-rw-r--r--pkgs/development/python-modules/alot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/alot/default.nix b/pkgs/development/python-modules/alot/default.nix
index 0b869e4228b..d15d1ea0110 100644
--- a/pkgs/development/python-modules/alot/default.nix
+++ b/pkgs/development/python-modules/alot/default.nix
@@ -66,7 +66,7 @@ buildPythonPackage rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = https://github.com/pazz/alot;
+    homepage = "https://github.com/pazz/alot";
     description = "Terminal MUA using notmuch mail";
     license = licenses.gpl3;
     platforms = platforms.linux;