about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-05-31 12:46:07 +0200
committerVladimír Čunát <v@cunat.cz>2023-05-31 12:47:35 +0200
commit69867f9de40f0d24276eeaf957b36a34541214fe (patch)
tree52d53c0a8466cf8a71d8e987b467263f13922e6e /pkgs/applications/networking/p2p
parent8f850ea08cfca1fb07c401fdf5ecb6c492127d91 (diff)
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
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/transmission/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/p2p/transmission/default.nix b/pkgs/applications/networking/p2p/transmission/default.nix
index 403b0bc9e87c6..cc82c5038083c 100644
--- a/pkgs/applications/networking/p2p/transmission/default.nix
+++ b/pkgs/applications/networking/p2p/transmission/default.nix
@@ -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;
   };