Commit a70c3d18 authored by 06kellyjac's avatar 06kellyjac Committed by Francesco Gazzetta
Browse files

luanti: add jk to maintainers list

parent 451ef399
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -161,6 +161,7 @@ stdenv.mkDerivation (finalAttrs: {
    maintainers = with maintainers; [
      fpletz
      fgaz
      jk
    ];
    mainProgram = if buildClient then "luanti" else "luantiserver";
  };