notify-desktop: add meta.mainProgram

Add the meta.mainProgram field to notify-desktop as the `lib.getExe` feature to
substitute the name if this field isn't there is deprecated.

+1
+1
pkgs/tools/misc/notify-desktop/default.nix
··· 30 30 license = licenses.gpl2; 31 31 platforms = platforms.unix; 32 32 maintainers = with maintainers; [ ylwghst ]; 33 + mainProgram = "notify-desktop"; 33 34 }; 34 35 }