maintainers: add arezvov

This commit is contained in:
Alexander Rezvov 2021-06-16 03:16:16 +03:00
parent 74f03b7e7c
commit 34ee46760f
2 changed files with 7 additions and 0 deletions

View file

@ -790,6 +790,12 @@
githubId = 718812;
name = "Antoine R. Dumont";
};
arezvov = {
email = "alex@rezvov.ru";
github = "arezvov";
githubId = 58516559;
name = "Alexander Rezvov";
};
arianvp = {
email = "arian.vanputten@gmail.com";
github = "arianvp";

View file

@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "iotop identifies processes that use high amount of input/output requests on your machine";
homepage = "https://github.com/Tomas-M/iotop";
maintainers = [ maintainers.arezvov ];
license = licenses.gpl2Plus;
platforms = platforms.linux;
};