fix: remove meta.mainProgram

This commit is contained in:
Gaël Reyrol 2023-07-16 15:19:15 +02:00 committed by Anderson Torres
parent 8ced735fec
commit 79d1725759

View File

@ -47,6 +47,5 @@ buildGoModule rec {
changelog = "https://github.com/majd/ipatool/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ gaelreyrol ];
mainProgram = "ipatool";
};
}