summary refs log tree commit diff
path: root/pkgs/applications/editors/nvpy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/nvpy/default.nix')
-rw-r--r--pkgs/applications/editors/nvpy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/nvpy/default.nix b/pkgs/applications/editors/nvpy/default.nix
index 567f4752035..dcf42b55c5c 100644
--- a/pkgs/applications/editors/nvpy/default.nix
+++ b/pkgs/applications/editors/nvpy/default.nix
@@ -30,7 +30,7 @@ in pythonPackages.buildPythonApplication rec {
 
   meta = with pkgs.lib; {
     description = "A simplenote-syncing note-taking tool inspired by Notational Velocity";
-    homepage = https://github.com/cpbotha/nvpy;
+    homepage = "https://github.com/cpbotha/nvpy";
     platforms = platforms.linux;
     license = licenses.bsd3;
   };