Unverified Commit a306114f authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

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

parents 94ec9028 d6656540
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
  };
}