maintainers: remove mornfall from packages

This commit is contained in:
Yegor Timoshenko
2018-01-17 05:17:33 +00:00
parent 846b5c42f1
commit 506c89c30a
43 changed files with 48 additions and 48 deletions
@@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
description = "A system call tracer for Linux";
license = licenses.bsd3;
platforms = platforms.linux;
maintainers = with maintainers; [ mornfall jgeerds globin ];
maintainers = with maintainers; [ jgeerds globin ];
};
}