about summary refs log tree commit diff
path: root/pkgs/applications/kde/filelight.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-09-18 09:48:23 +0000
committerAlyssa Ross <hi@alyssa.is>2021-09-27 15:48:17 +0000
commit05bdbc55ffb15fbbf92a487664f1d4421542cb90 (patch)
tree390b927656c5b5ceafd472180102b36e3724b0f4 /pkgs/applications/kde/filelight.nix
parentbf12e3f2a3ad2a937955661a2d169e2c9fc25188 (diff)
plasma5Packages: add missing homepages and descriptions
Adapted from <https://apps.kde.org/>.
Diffstat (limited to 'pkgs/applications/kde/filelight.nix')
-rw-r--r--pkgs/applications/kde/filelight.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/kde/filelight.nix b/pkgs/applications/kde/filelight.nix
index 95a89b01b8cd1..64592ab99443e 100644
--- a/pkgs/applications/kde/filelight.nix
+++ b/pkgs/applications/kde/filelight.nix
@@ -7,6 +7,8 @@
 mkDerivation {
   pname = "filelight";
   meta = {
+    description = "Disk usage statistics";
+    homepage = "https://apps.kde.org/filelight/";
     license = with lib.licenses; [ gpl2 ];
     maintainers = with lib.maintainers; [ fridh vcunat ];
     broken = lib.versionOlder qtbase.version "5.13";