summary refs log tree commit diff
path: root/pkgs/applications/misc/pcmanfm/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/pcmanfm/default.nix')
-rw-r--r--pkgs/applications/misc/pcmanfm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/pcmanfm/default.nix b/pkgs/applications/misc/pcmanfm/default.nix
index c6cd118aea8..202e7a2de95 100644
--- a/pkgs/applications/misc/pcmanfm/default.nix
+++ b/pkgs/applications/misc/pcmanfm/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
   configureFlags = optional withGtk3 "--with-gtk=3";
 
   meta = with stdenv.lib; {
-    homepage = https://blog.lxde.org/category/pcmanfm/;
+    homepage = "https://blog.lxde.org/category/pcmanfm/";
     license = licenses.gpl2Plus;
     description = "File manager with GTK interface";
     maintainers = [ maintainers.ttuegel ];