Unverified Commit 388c49fb authored by John Titor's avatar John Titor
Browse files

ventoy: add johnrtitor as maintainer



Let me adopt this, will try to maintain this in my free time :)

Signed-off-by: default avatarJohn Titor <50095635+JohnRTitor@users.noreply.github.com>
parent 81b27347
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -215,7 +215,9 @@ stdenv.mkDerivation (finalAttrs: {
    changelog = "https://www.ventoy.net/doc_news.html";
    license = lib.licenses.gpl3Plus;
    mainProgram = "ventoy";
    maintainers = with lib.maintainers; [ ];
    maintainers = with lib.maintainers; [
      johnrtitor
    ];
    platforms = [
      "x86_64-linux"
      "i686-linux"