procs: add filalex77 as a maintainer
This commit is contained in:
parent
1e1ad96cf6
commit
f00f60ffbb
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
description = "A modern replacement for ps written in Rust";
|
description = "A modern replacement for ps written in Rust";
|
||||||
homepage = "https://github.com/dalance/procs";
|
homepage = "https://github.com/dalance/procs";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.dalance ];
|
maintainers = with maintainers; [ dalance filalex77 ];
|
||||||
platforms = with platforms; linux ++ darwin;
|
platforms = with platforms; linux ++ darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue