summary refs log tree commit diff
path: root/pkgs/applications/misc/stog/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/stog/default.nix')
-rw-r--r--pkgs/applications/misc/stog/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/stog/default.nix b/pkgs/applications/misc/stog/default.nix
index 8c47de3afac..038d04adeaa 100644
--- a/pkgs/applications/misc/stog/default.nix
+++ b/pkgs/applications/misc/stog/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "XML documents and web site compiler";
-    homepage = https://www.good-eris.net/stog;
+    homepage = "https://www.good-eris.net/stog";
     license = licenses.lgpl3;
     platforms = ocaml.meta.platforms or [];
     maintainers = with maintainers; [ regnat ];