tlclient: add kyehn as maintainer

kyehn 1a4943a6 a9e32206

+4 -1
+4 -1
pkgs/by-name/tl/tlclient/package.nix
··· 64 64 }; 65 65 homepage = "https://www.cendio.com/"; 66 66 changelog = "https://www.cendio.com/thinlinc/docs/relnotes/${version}/"; 67 - maintainers = with lib.maintainers; [ felixalbrigtsen ]; 67 + maintainers = with lib.maintainers; [ 68 + felixalbrigtsen 69 + kyehn 70 + ]; 68 71 platforms = with lib.platforms; linux ++ darwin ++ windows; 69 72 broken = !(stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86_64); 70 73 mainProgram = "tlclient";