From b85f7718a75c863e5e88044a72e609f74e4547b1 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Thu, 15 Sep 2022 07:42:08 +1000 Subject: [PATCH] megatools: remove maintainer --- pkgs/tools/networking/megatools/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/megatools/default.nix b/pkgs/tools/networking/megatools/default.nix index b4d420ea22d..2fbd7e88466 100644 --- a/pkgs/tools/networking/megatools/default.nix +++ b/pkgs/tools/networking/megatools/default.nix @@ -45,7 +45,7 @@ stdenv.mkDerivation rec { description = "Command line client for Mega.co.nz"; homepage = "https://megatools.megous.com/"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ viric AndersonTorres zowoq ]; + maintainers = with maintainers; [ viric AndersonTorres ]; platforms = platforms.unix; }; }