summary refs log tree commit diff
path: root/pkgs/applications/editors/jupyter/kernel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/jupyter/kernel.nix')
-rw-r--r--pkgs/applications/editors/jupyter/kernel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/jupyter/kernel.nix b/pkgs/applications/editors/jupyter/kernel.nix
index 43cea9fcae9..fba884f5a2f 100644
--- a/pkgs/applications/editors/jupyter/kernel.nix
+++ b/pkgs/applications/editors/jupyter/kernel.nix
@@ -67,7 +67,7 @@ in
 
     meta = {
       description = "Wrapper to create jupyter notebook kernel definitions";
-      homepage = https://jupyter.org/;
+      homepage = "https://jupyter.org/";
       maintainers = with maintainers; [ aborsu ];
     };
   };