Skip to content

Commit 4ba2c1d

Browse files
brianmcgillionGaetanLepage
authored andcommitted
optinix: add myself to maintainers
Signed-off-by: Brian McGillion <[email protected]>
1 parent dc080d6 commit 4ba2c1d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkgs/by-name/op/optinix/package.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ buildGoModule rec {
3838
description = "Tool for searching options in Nix";
3939
homepage = "https://gitlab.com/hmajid2301/optinix";
4040
license = lib.licenses.mit;
41-
maintainers = with lib.maintainers; [ hmajid2301 ];
41+
maintainers = with lib.maintainers; [
42+
hmajid2301
43+
brianmcgillion
44+
];
4245
changelog = "https://gitlab.com/hmajid2301/optinix/-/releases/v${version}";
4346
mainProgram = "optinix";
4447
};

0 commit comments

Comments
 (0)