From 62625bf570dafae2d6773c87971198a67d479a3d Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 16 Sep 2023 04:20:00 +0000 Subject: [PATCH] refinery-cli: add changelog to meta --- pkgs/development/tools/refinery-cli/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/refinery-cli/default.nix b/pkgs/development/tools/refinery-cli/default.nix index 8205687adae5..1159c87e8a38 100644 --- a/pkgs/development/tools/refinery-cli/default.nix +++ b/pkgs/development/tools/refinery-cli/default.nix @@ -20,6 +20,7 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "Run migrations for the Refinery ORM for Rust via the CLI"; homepage = "https://github.com/rust-db/refinery"; + changelog = "https://github.com/rust-db/refinery/blob/${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ lucperkins ]; };