gopass-jsonapi: add meta.mainProgram
This commit is contained in:
parent
288c3128f4
commit
5936140147
1 changed files with 1 additions and 0 deletions
|
@ -38,5 +38,6 @@ buildGoModule rec {
|
|||
changelog = "https://github.com/gopasspw/gopass-jsonapi/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ maxhbr ];
|
||||
mainProgram = "gopass-jsonapi";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue