Skip to content

Commit 388c49f

Browse files
committedMar 9, 2025··
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>
1 parent 81b2734 commit 388c49f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎pkgs/by-name/ve/ventoy/package.nix

+3-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,9 @@ stdenv.mkDerivation (finalAttrs: {
215215
changelog = "https://www.ventoy.net/doc_news.html";
216216
license = lib.licenses.gpl3Plus;
217217
mainProgram = "ventoy";
218-
maintainers = with lib.maintainers; [ ];
218+
maintainers = with lib.maintainers; [
219+
johnrtitor
220+
];
219221
platforms = [
220222
"x86_64-linux"
221223
"i686-linux"

0 commit comments

Comments
 (0)
Please sign in to comment.