maintainers: drop tonyshkurenko

Inactive since 2022, did not react to
https://github.com/NixOS/nixpkgs/pull/459157#issuecomment-3502693135.
This commit is contained in:
Wolfgang Walther
2025-12-02 16:34:32 +01:00
parent 35de79b80a
commit 64347c0d46
2 changed files with 0 additions and 7 deletions
-6
View File
@@ -26562,12 +26562,6 @@
githubId = 6740669;
name = "Tom Smeets";
};
tonyshkurenko = {
email = "support@twingate.com";
github = "antonshkurenko";
githubId = 8597964;
name = "Anton Shkurenko";
};
toonn = {
email = "nixpkgs@toonn.io";
matrix = "@toonn:matrix.org";
-1
View File
@@ -57,7 +57,6 @@ stdenv.mkDerivation rec {
description = "Twingate Client";
homepage = "https://twingate.com";
license = licenses.unfree;
maintainers = with maintainers; [ tonyshkurenko ];
platforms = [ "x86_64-linux" ];
};
}