summary refs log tree commit diff
path: root/pkgs/applications/office/marp/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/office/marp/default.nix')
-rw-r--r--pkgs/applications/office/marp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/marp/default.nix b/pkgs/applications/office/marp/default.nix
index 7c054ba5204..5b05a9f164b 100644
--- a/pkgs/applications/office/marp/default.nix
+++ b/pkgs/applications/office/marp/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Markdown presentation writer, powered by Electron";
-    homepage = https://yhatt.github.io/marp/;
+    homepage = "https://yhatt.github.io/marp/";
     license = licenses.mit;
     maintainers = [ maintainers.puffnfresh ];
     platforms = [ "x86_64-linux" ];