about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2024-03-13 12:37:52 +0200
committerDoron Behar <doron.behar@gmail.com>2024-03-13 12:42:40 +0200
commit8592f5c22aeda823717da26e16cf88cf9e257d92 (patch)
tree57e4c5f3d8eb4e893f950715e2cbde17b42e23e8 /pkgs/applications/networking/p2p
parenta07fe6bab84a49f606af07dc82304781a9dae388 (diff)
stig: remove doronbehar from maintainers
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/stig/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/p2p/stig/default.nix b/pkgs/applications/networking/p2p/stig/default.nix
index 2119e80a93f4c..87aa76c399d56 100644
--- a/pkgs/applications/networking/p2p/stig/default.nix
+++ b/pkgs/applications/networking/p2p/stig/default.nix
@@ -62,6 +62,6 @@ python310Packages.buildPythonApplication rec {
     description = "TUI and CLI for the BitTorrent client Transmission";
     homepage = "https://github.com/rndusr/stig";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ doronbehar ];
+    maintainers = with maintainers; [  ];
   };
 }