forked from mirrors/nixpkgs
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:
parent
8f850ea08c
commit
69867f9de4
|
@ -142,7 +142,7 @@ in stdenv.mkDerivation {
|
||||||
'';
|
'';
|
||||||
homepage = "http://www.transmissionbt.com/";
|
homepage = "http://www.transmissionbt.com/";
|
||||||
license = lib.licenses.gpl2Plus; # parts are under MIT
|
license = lib.licenses.gpl2Plus; # parts are under MIT
|
||||||
maintainers = with lib.maintainers; [ astsmtl vcunat ];
|
maintainers = with lib.maintainers; [ astsmtl ];
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue