sysstat: adopt

This commit is contained in:
Hendrik Sokolowski
2024-10-26 13:39:06 +02:00
committed by Bjørn Forsman
parent f40c74785c
commit 3db1263401
+1 -1
View File
@@ -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 ];
};
}