Unverified Commit c0980c41 authored by Keenan Weaver's avatar Keenan Weaver
Browse files

openrct2: add keenanweaver to maintainers

parent 7be7dbf6
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -147,6 +147,9 @@ stdenv.mkDerivation {
    downloadPage = "https://github.com/OpenRCT2/OpenRCT2/releases";
    license = licenses.gpl3Only;
    platforms = platforms.linux;
    maintainers = with maintainers; [ oxzi ];
    maintainers = with maintainers; [
      oxzi
      keenanweaver
    ];
  };
}