Skip to content

Commit

Permalink
wasabibackend: add changelog and mainProgram
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Jan 9, 2025
1 parent 4a340dd commit 5d8de55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/by-name/wa/wasabibackend/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ buildDotnetModule (finalAttrs: {
};

meta = {
changelog = "https://github.com/WalletWasabi/WalletWasabi/releases/tag/v${finalAttrs.version}";
description = "Backend for the Wasabi Wallet";
homepage = "https://wasabiwallet.io/";
license = lib.licenses.mit;
mainProgram = "WasabiBackend";
maintainers = with lib.maintainers; [
mmahut
];
Expand Down

0 comments on commit 5d8de55

Please sign in to comment.