From 388c49fb46009d3146844cb721dd92f6121ead06 Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Sun, 9 Mar 2025 23:48:59 +0530 Subject: [PATCH] ventoy: add johnrtitor as maintainer Let me adopt this, will try to maintain this in my free time :) Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com> --- pkgs/by-name/ve/ventoy/package.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/ve/ventoy/package.nix b/pkgs/by-name/ve/ventoy/package.nix index bbfaeaf2b0e4..af5c8f3f95c6 100644 --- a/pkgs/by-name/ve/ventoy/package.nix +++ b/pkgs/by-name/ve/ventoy/package.nix @@ -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"