tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
tlclient: add kyehn as maintainer
kyehn
5 months ago
1a4943a6
a9e32206
+4
-1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
tl
tlclient
package.nix
+4
-1
pkgs/by-name/tl/tlclient/package.nix
···
64
};
65
homepage = "https://www.cendio.com/";
66
changelog = "https://www.cendio.com/thinlinc/docs/relnotes/${version}/";
67
-
maintainers = with lib.maintainers; [ felixalbrigtsen ];
0
0
0
68
platforms = with lib.platforms; linux ++ darwin ++ windows;
69
broken = !(stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86_64);
70
mainProgram = "tlclient";
···
64
};
65
homepage = "https://www.cendio.com/";
66
changelog = "https://www.cendio.com/thinlinc/docs/relnotes/${version}/";
67
+
maintainers = with lib.maintainers; [
68
+
felixalbrigtsen
69
+
kyehn
70
+
];
71
platforms = with lib.platforms; linux ++ darwin ++ windows;
72
broken = !(stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86_64);
73
mainProgram = "tlclient";