mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
fixup meta record
This commit is contained in:
parent
49d8c70113
commit
bf6559d008
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user