mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
sysstat: adopt
This commit is contained in:
parent
f40c74785c
commit
3db1263401
@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Collection of performance monitoring tools for Linux (such as sar, iostat and pidstat)";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = [ ];
|
||||
maintainers = [ lib.maintainers.hensoko ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user