From f00f60ffbb05bc71c0e00b94464846c996ba5e33 Mon Sep 17 00:00:00 2001 From: Oleksii Filonenko Date: Tue, 18 Feb 2020 03:25:35 +0200 Subject: [PATCH] procs: add filalex77 as a maintainer --- pkgs/tools/admin/procs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/admin/procs/default.nix b/pkgs/tools/admin/procs/default.nix index 9fdb8ac21979..453bbfb426aa 100644 --- a/pkgs/tools/admin/procs/default.nix +++ b/pkgs/tools/admin/procs/default.nix @@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec { description = "A modern replacement for ps written in Rust"; homepage = "https://github.com/dalance/procs"; license = licenses.mit; - maintainers = [ maintainers.dalance ]; + maintainers = with maintainers; [ dalance filalex77 ]; platforms = with platforms; linux ++ darwin; }; }