Merge pull request #223250 from mweinelt/eval

mfc5890cncupswrapper: Fix illegal meta key
This commit is contained in:
Maximilian Bosch 2023-03-26 17:55:47 +02:00 committed by GitHub
commit c0eaef7382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Brother MFC-5890CN CUPS wrapper driver.";
londDescription = "Brother MFC-5890CN CUPS wrapper driver. Use the connection string 'lpd://\${IP_ADDRESS}/binary_p1' when connecting to this printer via the network.";
longDescription = "Brother MFC-5890CN CUPS wrapper driver. Use the connection string 'lpd://\${IP_ADDRESS}/binary_p1' when connecting to this printer via the network.";
homepage = "http://www.brother.com/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.gpl2Plus;