procs: add changelog to meta

This commit is contained in:
Mario Rodas
2021-09-04 19:53:22 +09:00
committed by Raphael Megzari
parent 9cf254c40c
commit e0f90f86e9
+1 -1
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;
};
}