cargo-update: set meta.changelog

This commit is contained in:
figsoda 2023-03-18 20:14:46 -04:00
parent 3807dfa1f2
commit 4fb9ea8370

View File

@ -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 ];
};