optinix: add myself to maintainers
Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
This commit is contained in:
committed by
Gaetan Lepage
parent
dc080d6cf6
commit
4ba2c1d45a
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user