summary refs log tree commit diff
path: root/pkgs/applications/editors/leafpad/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/leafpad/default.nix')
-rw-r--r--pkgs/applications/editors/leafpad/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/leafpad/default.nix b/pkgs/applications/editors/leafpad/default.nix
index 508d2329edc..94fa0be0173 100644
--- a/pkgs/applications/editors/leafpad/default.nix
+++ b/pkgs/applications/editors/leafpad/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A notepad clone for GTK 2.0";
-    homepage = http://tarot.freeshell.org/leafpad;
+    homepage = "http://tarot.freeshell.org/leafpad";
     platforms = platforms.linux;
     maintainers = [ maintainers.flosse ];
     license = licenses.gpl3;