mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
meritous: add meta.{changelog,mainProgram}
This commit is contained in:
parent
469419accf
commit
8afd7447ee
@ -33,7 +33,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = with lib; {
|
||||
description = "Action-adventure dungeon crawl game";
|
||||
homepage = "https://gitlab.com/meritous/meritous";
|
||||
changelog = "https://gitlab.com/meritous/meritous/-/blob/master/NEWS";
|
||||
license = licenses.gpl3Only;
|
||||
mainProgram = "meritous";
|
||||
maintainers = [ maintainers.alexvorobiev ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user