···20 meta = with lib; {
21 description = "Run migrations for the Refinery ORM for Rust via the CLI";
22 homepage = "https://github.com/rust-db/refinery";
023 license = licenses.mit;
24 maintainers = with maintainers; [ lucperkins ];
25 };
···20 meta = with lib; {
21 description = "Run migrations for the Refinery ORM for Rust via the CLI";
22 homepage = "https://github.com/rust-db/refinery";
23+ changelog = "https://github.com/rust-db/refinery/blob/${version}/CHANGELOG.md";
24 license = licenses.mit;
25 maintainers = with maintainers; [ lucperkins ];
26 };