From 0ac80e2b4cd90c685135d3738d105e5c0c4f254d Mon Sep 17 00:00:00 2001 From: AndersonTorres Date: Sun, 23 Oct 2022 01:29:25 -0300 Subject: [PATCH] mtl: remove tohl from meta.maintainers list Because tohl disappeared (last seen 2021-01-28). --- pkgs/development/libraries/mlt/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/mlt/default.nix b/pkgs/development/libraries/mlt/default.nix index b602573706c4..bd83e1caf572 100644 --- a/pkgs/development/libraries/mlt/default.nix +++ b/pkgs/development/libraries/mlt/default.nix @@ -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; }; }