Unverified Commit 69867f9d authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

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
parent 8f850ea0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };