about summary refs log tree commit diff
path: root/pkgs/applications/kde/kbreakout.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/kbreakout.nix')
-rw-r--r--pkgs/applications/kde/kbreakout.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/applications/kde/kbreakout.nix b/pkgs/applications/kde/kbreakout.nix
index cf60ada3c00d..b29c83914c6e 100644
--- a/pkgs/applications/kde/kbreakout.nix
+++ b/pkgs/applications/kde/kbreakout.nix
@@ -11,7 +11,11 @@
 
 mkDerivation {
   pname = "kbreakout";
-  meta.license = with lib.licenses; [ lgpl21 gpl3 ];
+  meta = {
+    homepage = "KBreakOut";
+    description = "Breakout-like game";
+    license = with lib.licenses; [ lgpl21 gpl3 ];
+  };
   outputs = [ "out" "dev" ];
   nativeBuildInputs = [
     cmake extra-cmake-modules