cups-bjnp: add meta.description

This commit is contained in:
Bjørn Forsman 2016-01-02 23:14:31 +01:00
parent a596f7dcb9
commit a1ddb32a45

View File

@ -14,6 +14,12 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = "-include stdio.h";
meta = {
description = "CUPS back-end for Canon printers";
longDescription = ''
CUPS back-end for the canon printers using the proprietary USB over IP
BJNP protocol. This back-end allows Cups to print over the network to a
Canon printer. The design is based on reverse engineering of the protocol.
'';
homepage = http://cups-bjnp.sourceforge.net;
};
}