teamspeak_client: add myself to maintainers

This commit is contained in:
Atemu
2023-07-09 22:27:17 +02:00
parent bca6b6ac98
commit 4535fcd653
@@ -114,7 +114,7 @@ stdenv.mkDerivation rec {
url = "https://www.teamspeak.com/en/privacy-and-terms/";
free = false;
};
maintainers = with maintainers; [ lhvwb lukegb ];
maintainers = with maintainers; [ lhvwb lukegb atemu ];
platforms = [ "x86_64-linux" ];
};
}