Unverified Commit 74f6f2f3 authored by Heitor Augusto's avatar Heitor Augusto
Browse files

rojo: add HeitorAugustoLN as a maintainer

parent 3587cd3e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -43,6 +43,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
      Tool designed to enable Roblox developers to use professional-grade software engineering tools.
    '';
    mainProgram = "rojo";
    maintainers = with lib.maintainers; [ wackbyte ];
    maintainers = with lib.maintainers; [
      wackbyte
      HeitorAugustoLN
    ];
  };
})