summary refs log tree commit diff
path: root/pkgs/applications/misc/gmrun/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/gmrun/default.nix')
-rw-r--r--pkgs/applications/misc/gmrun/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/gmrun/default.nix b/pkgs/applications/misc/gmrun/default.nix
index 50dda9510b9..eaee8fb5fb3 100644
--- a/pkgs/applications/misc/gmrun/default.nix
+++ b/pkgs/applications/misc/gmrun/default.nix
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
       Also, supports CTRL-R / CTRL-S / "!" for searching through history.
       Running commands in a terminal with CTRL-Enter. URL handlers.
     '';
-    homepage = https://sourceforge.net/projects/gmrun/;
+    homepage = "https://sourceforge.net/projects/gmrun/";
     license = "GPL";
     maintainers = [];
     platforms = stdenv.lib.platforms.all;