edac-utils: set meta.mainProgram

There is also `edac-ctl`, but this seems more likely what one wants
*most* of the time. Either way, better than no mainProgram.

+1
+1
pkgs/by-name/ed/edac-utils/package.nix
··· 54 54 meta = with lib; { 55 55 homepage = "https://github.com/grondo/edac-utils"; 56 56 description = "Handles the reporting of hardware-related memory errors"; 57 + mainProgram = "edac-util"; 57 58 license = licenses.gpl2Plus; 58 59 platforms = platforms.linux; 59 60 };