about summary refs log tree commit diff
path: root/pkgs/applications/networking/trayscale
diff options
context:
space:
mode:
authorPatka <patka@patka.dev>2024-04-26 21:52:53 +0200
committerPatka <patka@patka.dev>2024-04-26 21:52:53 +0200
commit0757a7527936159c1a00b2e174ea467bd22525d7 (patch)
tree0d77e20b8172aea8f7294504d30c28bc9f009119 /pkgs/applications/networking/trayscale
parent81409c711e64a1d7d9ab3f2c2a47d8f32131a3c7 (diff)
maintainers: remove patka
Diffstat (limited to 'pkgs/applications/networking/trayscale')
-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 33c7666fcf4e4..e5ab2e2a1a85d 100644
--- a/pkgs/applications/networking/trayscale/default.nix
+++ b/pkgs/applications/networking/trayscale/default.nix
@@ -50,7 +50,7 @@ buildGoModule rec {
     description = "An unofficial GUI wrapper around the Tailscale CLI client";
     homepage = "https://github.com/DeedleFake/trayscale";
     license = licenses.mit;
-    maintainers = with maintainers; [ patka ];
+    maintainers = [ ];
     mainProgram = "trayscale";
   };
 }