Skip to content

Commit

Permalink
meritous: add meta.{changelog,mainProgram}
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyroussel committed Oct 30, 2023
1 parent 469419a commit 8afd744
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/by-name/me/meritous/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit 8afd744

Please sign in to comment.