From bf6559d0084fa5defbb79636cc01d79b877a15a8 Mon Sep 17 00:00:00 2001 From: freezeboy Date: Sat, 11 Jul 2020 16:42:25 +0200 Subject: [PATCH] fixup meta record --- pkgs/applications/kde/granatier.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/kde/granatier.nix b/pkgs/applications/kde/granatier.nix index 1106311e3100..f0b7cde5b2cc 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 ];