summary refs log tree commit diff
path: root/pkgs/applications/kde/granatier.nix
diff options
context:
space:
mode:
authorfreezeboy <freezeboy@users.noreply.github.com>2020-07-11 16:42:25 +0200
committerfreezeboy <freezeboy@users.noreply.github.com>2020-07-11 16:42:25 +0200
commitbf6559d0084fa5defbb79636cc01d79b877a15a8 (patch)
treeea0ebad227ebf42009ddf18543737eaf22e182d5 /pkgs/applications/kde/granatier.nix
parent49d8c701135792fe257c199a2dd2a8486b4a5e64 (diff)
downloadnixpkgs-bf6559d0084fa5defbb79636cc01d79b877a15a8.tar
nixpkgs-bf6559d0084fa5defbb79636cc01d79b877a15a8.tar.gz
nixpkgs-bf6559d0084fa5defbb79636cc01d79b877a15a8.tar.bz2
nixpkgs-bf6559d0084fa5defbb79636cc01d79b877a15a8.tar.lz
nixpkgs-bf6559d0084fa5defbb79636cc01d79b877a15a8.tar.xz
nixpkgs-bf6559d0084fa5defbb79636cc01d79b877a15a8.tar.zst
nixpkgs-bf6559d0084fa5defbb79636cc01d79b877a15a8.zip
fixup meta record
Diffstat (limited to 'pkgs/applications/kde/granatier.nix')
-rw-r--r--pkgs/applications/kde/granatier.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/pkgs/applications/kde/granatier.nix b/pkgs/applications/kde/granatier.nix
index 1106311e310..f0b7cde5b2c 100644
--- a/pkgs/applications/kde/granatier.nix
+++ b/pkgs/applications/kde/granatier.nix
@@ -5,7 +5,13 @@
 
 mkDerivation {
   name = "granatier";
-  meta = with lib; { maintainers = with maintainers; [ freezeboy ]; };
+  meta = with lib; {
+    homepage = "https://kde.org/applications/en/games/org.kde.granatier";
+    description = "Granatier is a clone of the classic Bomberman game";
+    maintainers = with maintainers; [ freezeboy ];
+    license = licenses.gpl2Plus;
+    platforms = platforms.linux;
+  };
   nativeBuildInputs = [
     extra-cmake-modules
   ];