refinery-cli: add changelog to meta
This commit is contained in:
parent
b7c56ae8e9
commit
62625bf570
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue