redshift: set meta.mainProgram

+1
+1
pkgs/applications/misc/redshift/default.nix
··· 117 license = licenses.gpl3Plus; 118 homepage = "http://jonls.dk/redshift"; 119 platforms = platforms.unix; 120 maintainers = with maintainers; [ yana ]; 121 }; 122 };
··· 117 license = licenses.gpl3Plus; 118 homepage = "http://jonls.dk/redshift"; 119 platforms = platforms.unix; 120 + mainProgram = "redshift"; 121 maintainers = with maintainers; [ yana ]; 122 }; 123 };