Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-05-04 18:21:27 +00:00
committed by GitHub
37 changed files with 4129 additions and 5137 deletions
@@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
description = "A system call tracer for Linux";
license = with licenses; [ lgpl21Plus gpl2Plus ]; # gpl2Plus is for the test suite
platforms = platforms.linux;
maintainers = with maintainers; [ globin ma27 ];
maintainers = with maintainers; [ globin ma27 qyliss ];
};
}