luanti: add jk to maintainers list

This commit is contained in:
06kellyjac
2024-12-24 22:58:39 +00:00
committed by Francesco Gazzetta
parent 451ef39947
commit a70c3d18cc
+1
View File
@@ -161,6 +161,7 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = with maintainers; [
fpletz
fgaz
jk
];
mainProgram = if buildClient then "luanti" else "luantiserver";
};