maintainers: rename filalex77 -> Br1ght0ne

This commit is contained in:
Oleksii Filonenko
2020-11-17 13:09:31 +02:00
parent c68b6ad5c4
commit 512c3c0a05
86 changed files with 95 additions and 95 deletions
+1 -1
View File
@@ -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 = with maintainers; [ dalance filalex77 ];
maintainers = with maintainers; [ dalance Br1ght0ne ];
platforms = with platforms; linux ++ darwin;
};
}