cl-ipp

Internet Printing Protocol (IPP) for Common Lisp
git clone https://logand.com/git/cl-ipp.git/
Log | Files | Refs

commit b1e969561f71a53f81f2603582fcf8d262695af8
parent eb31a4127f4c0145755a555456e2175cbdb01617
Author: Tomas Hlavaty <tom@logand.com>
Date:   Mon, 26 Aug 2013 22:48:17 +0200

minor stuff

Diffstat:
Mcl-ipp.asd | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cl-ipp.asd b/cl-ipp.asd @@ -28,7 +28,7 @@ (in-package :cl-ipp-system) (asdf:defsystem :cl-ipp - :description "cl-ipp -- Internet Printing Protocol (IPP) for Common Lisp." + :description "cl-ipp -- Internet Printing Protocol (IPP) for Common Lisp" :version "" :author "Tomas Hlavaty" :maintainer "Tomas Hlavaty"