about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorPatka <patka@patka.dev>2024-07-01 21:02:30 +0200
committerYaya <github@uwu.is>2024-07-02 01:36:56 +0200
commit1d1635196afb1277ab58a112c2a643105471b369 (patch)
treebb16a6b56a844559297ad3efefdc75e87cf30012 /pkgs/applications/networking
parent71e88077ca0d82ca09cb3f4975fb96d1313607fb (diff)
maintainers: remove patka
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/trayscale/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/trayscale/default.nix b/pkgs/applications/networking/trayscale/default.nix
index d6f2f2ef04476..936ed487b25c3 100644
--- a/pkgs/applications/networking/trayscale/default.nix
+++ b/pkgs/applications/networking/trayscale/default.nix
@@ -50,7 +50,7 @@ buildGoModule rec {
     description = "Unofficial GUI wrapper around the Tailscale CLI client";
     homepage = "https://github.com/DeedleFake/trayscale";
     license = licenses.mit;
-    maintainers = with maintainers; [ patka ];
+    maintainers = with maintainers; [ ];
     mainProgram = "trayscale";
     platforms = platforms.linux;
   };