fixup meta record

gstqt5
freezeboy 2020-07-11 16:42:25 +02:00
parent 49d8c70113
commit bf6559d008
1 changed files with 7 additions and 1 deletions

View File

@ -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
];