fix: remove meta.mainProgram

This commit is contained in:
Gaël Reyrol
2023-07-16 20:39:32 -03:00
committed by Anderson Torres
parent 8ced735fec
commit 79d1725759
@@ -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";
};
}