mtl: remove tohl from meta.maintainers list

Because tohl disappeared (last seen 2021-01-28).
This commit is contained in:
AndersonTorres 2022-10-23 01:29:25 -03:00
parent 3888878db6
commit 0ac80e2b4c

View file

@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
description = "Open source multimedia framework, designed for television broadcasting";
homepage = "https://www.mltframework.org";
license = with licenses; [ gpl3Only gpl2Only lgpl21Only ];
maintainers = with maintainers; [ tohl peti ];
maintainers = with maintainers; [ peti ];
platforms = platforms.linux;
};
}