Commit 79d17257 authored by Gaël Reyrol's avatar Gaël Reyrol Committed by Anderson Torres
Browse files

fix: remove meta.mainProgram

parent 8ced735f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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";
  };
}