summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-06-23 00:49:35 +0200
committerajs124 <git@ajs124.de>2022-06-29 00:52:12 +0200
commita0718341e60829bee5c41e51796f4786bc98df81 (patch)
tree8998dc0eac7c8e62fe4b5017ca6403a8012e7a36 /pkgs/applications/networking/p2p
parent026ffc38bd134294ed01ffaa5fb7b6cfabe04371 (diff)
downloadnixpkgs-a0718341e60829bee5c41e51796f4786bc98df81.tar
nixpkgs-a0718341e60829bee5c41e51796f4786bc98df81.tar.gz
nixpkgs-a0718341e60829bee5c41e51796f4786bc98df81.tar.bz2
nixpkgs-a0718341e60829bee5c41e51796f4786bc98df81.tar.lz
nixpkgs-a0718341e60829bee5c41e51796f4786bc98df81.tar.xz
nixpkgs-a0718341e60829bee5c41e51796f4786bc98df81.tar.zst
nixpkgs-a0718341e60829bee5c41e51796f4786bc98df81.zip
maintainers: remove volth
github account deleted
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/tixati/default.nix2
-rw-r--r--pkgs/applications/networking/p2p/vuze/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/p2p/tixati/default.nix b/pkgs/applications/networking/p2p/tixati/default.nix
index bafbb443458..ed88546129f 100644
--- a/pkgs/applications/networking/p2p/tixati/default.nix
+++ b/pkgs/applications/networking/p2p/tixati/default.nix
@@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
     sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
     license = licenses.unfree;
     platforms = [ "x86_64-linux" ];
-    maintainers = with maintainers; [ volth ];
+    maintainers = with maintainers; [ ];
   };
 }
diff --git a/pkgs/applications/networking/p2p/vuze/default.nix b/pkgs/applications/networking/p2p/vuze/default.nix
index fe8743ee1cd..6dc00cba9ee 100644
--- a/pkgs/applications/networking/p2p/vuze/default.nix
+++ b/pkgs/applications/networking/p2p/vuze/default.nix
@@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
     homepage = "http://www.vuze.com";
     license = licenses.unfree;
     platforms = platforms.all;
-    maintainers = with maintainers; [ volth ];
+    maintainers = with maintainers; [ ];
   };
 }