procs: add changelog to meta

This commit is contained in:
Mario Rodas 2021-09-04 02:00:00 -05:00 committed by Raphael Megzari
parent 9cf254c40c
commit e0f90f86e9

View File

@ -27,8 +27,8 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "A modern replacement for ps written in Rust";
homepage = "https://github.com/dalance/procs";
changelog = "https://github.com/dalance/procs/raw/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ dalance Br1ght0ne ];
platforms = with platforms; linux ++ darwin;
};
}