cups-bjnp: add meta.description

+6
+6
pkgs/misc/cups/drivers/cups-bjnp/default.nix
··· 14 NIX_CFLAGS_COMPILE = "-include stdio.h"; 15 16 meta = { 17 homepage = http://cups-bjnp.sourceforge.net; 18 }; 19 }
··· 14 NIX_CFLAGS_COMPILE = "-include stdio.h"; 15 16 meta = { 17 + description = "CUPS back-end for Canon printers"; 18 + longDescription = '' 19 + CUPS back-end for the canon printers using the proprietary USB over IP 20 + BJNP protocol. This back-end allows Cups to print over the network to a 21 + Canon printer. The design is based on reverse engineering of the protocol. 22 + ''; 23 homepage = http://cups-bjnp.sourceforge.net; 24 }; 25 }