refinery-cli: add changelog to meta

This commit is contained in:
Mario Rodas 2023-09-16 04:20:00 +00:00
parent b7c56ae8e9
commit 62625bf570

View File

@ -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 ];
};