summary refs log tree commit diff
path: root/pkgs/applications/misc/lighthouse
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/lighthouse')
-rw-r--r--pkgs/applications/misc/lighthouse/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/lighthouse/default.nix b/pkgs/applications/misc/lighthouse/default.nix
index 7b5b40d65a363..9e651c59d4eb0 100644
--- a/pkgs/applications/misc/lighthouse/default.nix
+++ b/pkgs/applications/misc/lighthouse/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A simple flexible popup dialog to run on X";
-    homepage = https://github.com/emgram769/lighthouse;
+    homepage = "https://github.com/emgram769/lighthouse";
     license = licenses.mit;
     maintainers = with maintainers; [ ramkromberg ];
     platforms = platforms.linux;