rxvt-unicode: set `meta.mainProgram` to "urxvt" (#397723)

authored by

Michele Guerini Rocco and committed by
GitHub
c4a8304a 68cf8f6d

+1
+1
pkgs/applications/terminal-emulators/rxvt-unicode/default.nix
··· 164 164 maintainers = with maintainers; [ rnhmjoj ]; 165 165 platforms = platforms.unix; 166 166 license = licenses.gpl3; 167 + mainProgram = "urxvt"; 167 168 }; 168 169 }