mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 08:27:29 +00:00
procs: add changelog to meta
This commit is contained in:
parent
9cf254c40c
commit
e0f90f86e9
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user