packwiz: add bddvlpr to maintainers

This commit is contained in:
Luna Simons
2026-04-08 10:53:44 +02:00
parent 5b876705a6
commit a2f7282554
+4 -1
View File
@@ -36,7 +36,10 @@ buildGoModule {
description = "Command line tool for editing and distributing Minecraft modpacks, using a git-friendly TOML format";
homepage = "https://packwiz.infra.link/";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ infinidoge ];
maintainers = with lib.maintainers; [
infinidoge
bddvlpr
];
mainProgram = "packwiz";
};
}