about summary refs log tree commit diff
path: root/pkgs/applications/kde/kfind.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/kfind.nix')
-rw-r--r--pkgs/applications/kde/kfind.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/kde/kfind.nix b/pkgs/applications/kde/kfind.nix
index fa0ef1c92203a..2c96b17dea197 100644
--- a/pkgs/applications/kde/kfind.nix
+++ b/pkgs/applications/kde/kfind.nix
@@ -7,6 +7,8 @@
 mkDerivation {
   pname = "kfind";
   meta = {
+    homepage = "https://apps.kde.org/kfind/";
+    description = "Find files/folders";
     license = with lib.licenses; [ gpl2 ];
     maintainers = [ lib.maintainers.iblech ];
   };