summary refs log tree commit diff
path: root/pkgs/development/python-modules/geeknote/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/geeknote/default.nix')
-rw-r--r--pkgs/development/python-modules/geeknote/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/geeknote/default.nix b/pkgs/development/python-modules/geeknote/default.nix
index c8ff60b318b..cacc832486e 100644
--- a/pkgs/development/python-modules/geeknote/default.nix
+++ b/pkgs/development/python-modules/geeknote/default.nix
@@ -30,7 +30,7 @@ buildPythonPackage {
 
   meta = with stdenv.lib; {
     description = "Work with Evernote from command line";
-    homepage = http://www.geeknote.me;
+    homepage = "http://www.geeknote.me";
     license = licenses.gpl1;
     maintainers = with maintainers; [ hbunke ];
   };