tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
refinery-cli: add changelog to meta
Mario Rodas
2 years ago
62625bf5
b7c56ae8
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
refinery-cli
default.nix
+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
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
};