optinix: add myself to maintainers

Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
This commit is contained in:
Brian McGillion
2025-02-19 11:35:52 +01:00
committed by Gaetan Lepage
parent dc080d6cf6
commit 4ba2c1d45a
+4 -1
View File
@@ -38,7 +38,10 @@ buildGoModule rec {
description = "Tool for searching options in Nix";
homepage = "https://gitlab.com/hmajid2301/optinix";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ hmajid2301 ];
maintainers = with lib.maintainers; [
hmajid2301
brianmcgillion
];
changelog = "https://gitlab.com/hmajid2301/optinix/-/releases/v${version}";
mainProgram = "optinix";
};