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