diff --git a/pkgs/by-name/el/eloquent/package.nix b/pkgs/by-name/el/eloquent/package.nix index f3364611b620..cca2f7d875ba 100644 --- a/pkgs/by-name/el/eloquent/package.nix +++ b/pkgs/by-name/el/eloquent/package.nix @@ -94,7 +94,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/sonnyp/eloquent"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ thtrf ]; - mainProgram = "eloquent"; + mainProgram = "re.sonny.Eloquent"; platforms = lib.platforms.linux; }; })