imapgoose: install zsh completion (#507519)

This commit is contained in:
Michael Daniels
2026-05-17 00:32:21 +00:00
committed by GitHub
+2
View File
@@ -27,6 +27,8 @@ buildGoModule rec {
postInstall = ''
installManPage imapgoose.1
installManPage imapgoose.conf.5
installShellCompletion --zsh contrib/_imapgoose
'';
meta = {