;;;; -*- Hen -*- ((egg "patch.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "patch.meta" "patch.scm" "patch.setup" "LICENSE") ; Your egg's license: (license "MIT") ; Pick one from the list of categories (see below) for your egg and ; enter it here. (category data) ; A list of eggs patch depends on. (needs regex) (maintainer "Ivan Raikov") (author "Tony Sidaway") (synopsis "Simple source patch utility"))