transmission: drop myself from .meta.maintainers

I rarely used it in the past few years,
and there's so much of other things to do around nixos.org
This commit is contained in:
Vladimír Čunát 2023-05-31 12:46:07 +02:00
parent 8f850ea08c
commit 69867f9de4
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -142,7 +142,7 @@ in stdenv.mkDerivation {
'';
homepage = "http://www.transmissionbt.com/";
license = lib.licenses.gpl2Plus; # parts are under MIT
maintainers = with lib.maintainers; [ astsmtl vcunat ];
maintainers = with lib.maintainers; [ astsmtl ];
platforms = lib.platforms.unix;
};