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>
This commit is contained in:
John Titor
2025-03-10 00:41:29 +05:30
parent 81b27347de
commit 388c49fb46
+3 -1
View File
@@ -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"