summary refs log tree commit diff
path: root/pkgs/applications/kde/kbreakout.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/kbreakout.nix
parentbf12e3f2a3ad2a937955661a2d169e2c9fc25188 (diff)
downloadnixpkgs-05bdbc55ffb15fbbf92a487664f1d4421542cb90.tar
nixpkgs-05bdbc55ffb15fbbf92a487664f1d4421542cb90.tar.gz
nixpkgs-05bdbc55ffb15fbbf92a487664f1d4421542cb90.tar.bz2
nixpkgs-05bdbc55ffb15fbbf92a487664f1d4421542cb90.tar.lz
nixpkgs-05bdbc55ffb15fbbf92a487664f1d4421542cb90.tar.xz
nixpkgs-05bdbc55ffb15fbbf92a487664f1d4421542cb90.tar.zst
nixpkgs-05bdbc55ffb15fbbf92a487664f1d4421542cb90.zip
plasma5Packages: add missing homepages and descriptions
Adapted from <https://apps.kde.org/>.
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 cf60ada3c00..b29c83914c6 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