lol

refinery-cli: add changelog to meta

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