cargo-update: set meta.changelog
This commit is contained in:
parent
3807dfa1f2
commit
4fb9ea8370
@ -58,6 +58,7 @@ rustPlatform.buildRustPackage rec {
|
||||
meta = with lib; {
|
||||
description = "A cargo subcommand for checking and applying updates to installed executables";
|
||||
homepage = "https://github.com/nabijaczleweli/cargo-update";
|
||||
changelog = "https://github.com/nabijaczleweli/cargo-update/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ gerschtli Br1ght0ne johntitor ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user