diff --git a/pkgs/by-name/md/mdwatch/package.nix b/pkgs/by-name/md/mdwatch/package.nix index c7859cba8409..5f810f18bb1c 100644 --- a/pkgs/by-name/md/mdwatch/package.nix +++ b/pkgs/by-name/md/mdwatch/package.nix @@ -5,6 +5,7 @@ nix-update-script, versionCheckHook, }: + rustPlatform.buildRustPackage (finalAttrs: { pname = "mdwatch"; version = "0.1.12"; @@ -26,6 +27,7 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "Simple CLI tool to live-preview Markdown files in your browser"; homepage = "https://github.com/santoshxshrestha/mdwatch"; + changelog = "https://github.com/santoshxshrestha/mdwatch/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ x123 ]; mainProgram = "mdwatch";