tkey-ssh-agent: Set mainProgram (#447319)

This commit is contained in:
Yohann Boniface
2025-09-30 19:51:53 +00:00
committed by GitHub
@@ -38,6 +38,7 @@ buildGoModule rec {
homepage = "https://tillitis.se/app/tkey-ssh-agent/";
license = licenses.gpl2;
maintainers = with maintainers; [ bbigras ];
mainProgram = "tkey-ssh-agent";
platforms = platforms.all;
};
}