We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc080d6 commit 4ba2c1dCopy full SHA for 4ba2c1d
pkgs/by-name/op/optinix/package.nix
@@ -38,7 +38,10 @@ buildGoModule rec {
38
description = "Tool for searching options in Nix";
39
homepage = "https://gitlab.com/hmajid2301/optinix";
40
license = lib.licenses.mit;
41
- maintainers = with lib.maintainers; [ hmajid2301 ];
+ maintainers = with lib.maintainers; [
42
+ hmajid2301
43
+ brianmcgillion
44
+ ];
45
changelog = "https://gitlab.com/hmajid2301/optinix/-/releases/v${version}";
46
mainProgram = "optinix";
47
};
0 commit comments