We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40c747 commit 3db1263Copy full SHA for 3db1263
pkgs/os-specific/linux/sysstat/default.nix
@@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
36
description = "Collection of performance monitoring tools for Linux (such as sar, iostat and pidstat)";
37
license = lib.licenses.gpl2Plus;
38
platforms = lib.platforms.linux;
39
- maintainers = [ ];
+ maintainers = [ lib.maintainers.hensoko ];
40
};
41
}
0 commit comments