Merge pull request #246574 from Scrumplex/teamspeak3-mainProgram

This commit is contained in:
Artturi 2023-08-01 21:38:47 +03:00 committed by GitHub
commit ef6bed5e8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,6 +115,7 @@ stdenv.mkDerivation rec {
free = false;
};
maintainers = with maintainers; [ lhvwb lukegb atemu ];
mainProgram = "ts3client";
platforms = [ "x86_64-linux" ];
};
}