Skip to content

Commit

Permalink
nix: fix maintainers field; add mainProgram
Browse files Browse the repository at this point in the history
  • Loading branch information
Isabelroses authored and NotAShelf committed Sep 8, 2024
1 parent 9d31d76 commit 7c90007
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ in
changelog = "https://github.com/Aylur/ags/blob/${version}/CHANGELOG.md";
platforms = ["x86_64-linux" "aarch64-linux"];
license = lib.licenses.gpl3;
meta.maintainers = [lib.maintainers.Aylur];
mainProgram = "ags";
maintainers = [lib.maintainers.Aylur];
};
}

0 comments on commit 7c90007

Please sign in to comment.