summary refs log tree commit diff
path: root/pkgs/applications/kde/ksystemlog.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/ksystemlog.nix')
-rw-r--r--pkgs/applications/kde/ksystemlog.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/kde/ksystemlog.nix b/pkgs/applications/kde/ksystemlog.nix
index 08f7ffb7e05..1b78c16b49d 100644
--- a/pkgs/applications/kde/ksystemlog.nix
+++ b/pkgs/applications/kde/ksystemlog.nix
@@ -11,6 +11,8 @@ mkDerivation {
   propagatedBuildInputs = [ karchive kconfig kio ];
 
   meta = with lib; {
+    homepage = "https://apps.kde.org/ksystemlog/";
+    description = "System log viewer";
     license = with licenses; [ gpl2 ];
     maintainers = with maintainers; [ peterhoeg ];
   };