Merge pull request #223250 from mweinelt/eval

mfc5890cncupswrapper: Fix illegal meta key

authored by Maximilian Bosch and committed by GitHub c0eaef73 670ca020

+1 -1
+1 -1
pkgs/misc/cups/drivers/mfc5890cncupswrapper/default.nix
··· 66 66 67 67 meta = with lib; { 68 68 description = "Brother MFC-5890CN CUPS wrapper driver."; 69 - londDescription = "Brother MFC-5890CN CUPS wrapper driver. Use the connection string 'lpd://\${IP_ADDRESS}/binary_p1' when connecting to this printer via the network."; 69 + longDescription = "Brother MFC-5890CN CUPS wrapper driver. Use the connection string 'lpd://\${IP_ADDRESS}/binary_p1' when connecting to this printer via the network."; 70 70 homepage = "http://www.brother.com/"; 71 71 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 72 72 license = licenses.gpl2Plus;