about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-04-24 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2024-04-24 04:20:00 +0000
commit2becf6e837c767dd7dd50a84f761943855be16ee (patch)
tree83ecb3c26dcfd6cea48d8086ff6f6d541f828bf7 /pkgs/applications/networking/p2p
parent6b78a949091c51385c46c7e8e7ce9293b5098fc8 (diff)
maintainers: drop marsam
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/storrent/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/p2p/storrent/default.nix b/pkgs/applications/networking/p2p/storrent/default.nix
index 469eae7987c85..a4dc0b459cfd8 100644
--- a/pkgs/applications/networking/p2p/storrent/default.nix
+++ b/pkgs/applications/networking/p2p/storrent/default.nix
@@ -21,6 +21,6 @@ buildGoModule rec {
     mainProgram = "storrent";
     license = licenses.mit;
     platforms = platforms.linux;
-    maintainers = [ maintainers.marsam ];
+    maintainers = [ ];
   };
 }