aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-22 09:38:57 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-22 09:38:57 -0700
commitf393eeebe8cf6a31ecc2160658bee3d2c895a98b (patch)
treeb6c85fc026ffafc58f3c1479efadebb8ba699934 /consfigurator.asd
parent2063385338300dfb11cd1a681ba0ca9e7b1aaf37 (diff)
downloadconsfigurator-f393eeebe8cf6a31ecc2160658bee3d2c895a98b.tar.gz
untabify
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd68
1 files changed, 34 insertions, 34 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
index 9a36fa6..bf5c9b7 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -5,38 +5,38 @@
:licence "GPL-3+"
:serial t
:depends-on (#:alexandria
- #:babel
- #:babel-streams
- #:cl-ppcre
- #:cl-heredoc
- #:cl-interpol
- #:named-readtables
- #:cffi
- #:trivial-macroexpand-all)
+ #:babel
+ #:babel-streams
+ #:cl-ppcre
+ #:cl-heredoc
+ #:cl-interpol
+ #:named-readtables
+ #:cffi
+ #:trivial-macroexpand-all)
:components ((:file "src/package")
- (:file "src/reader")
- (:file "src/util")
- (:file "src/connection")
- (:file "src/property")
- (:file "src/propspec")
- (:file "src/host")
- (:file "src/combinator")
- (:file "src/deployment")
- (:file "src/connection/local")
- (:file "src/data")
- (:file "src/property/cmd")
- (:file "src/property/file")
- (:file "src/property/os")
- (:file "src/property/service")
- (:file "src/property/apt")
- (:file "src/property/chroot")
- (:file "src/property/user")
- (:file "src/connection/shell-wrap")
- (:file "src/connection/ssh")
- (:file "src/connection/sudo")
- (:file "src/connection/sbcl")
- (:file "src/connection/chroot")
- (:file "src/connection/chroot/fork")
- (:file "src/connection/chroot/shell")
- (:file "src/data/asdf")
- (:file "src/data/pgp")))
+ (:file "src/reader")
+ (:file "src/util")
+ (:file "src/connection")
+ (:file "src/property")
+ (:file "src/propspec")
+ (:file "src/host")
+ (:file "src/combinator")
+ (:file "src/deployment")
+ (:file "src/connection/local")
+ (:file "src/data")
+ (:file "src/property/cmd")
+ (:file "src/property/file")
+ (:file "src/property/os")
+ (:file "src/property/service")
+ (:file "src/property/apt")
+ (:file "src/property/chroot")
+ (:file "src/property/user")
+ (:file "src/connection/shell-wrap")
+ (:file "src/connection/ssh")
+ (:file "src/connection/sudo")
+ (:file "src/connection/sbcl")
+ (:file "src/connection/chroot")
+ (:file "src/connection/chroot/fork")
+ (:file "src/connection/chroot/shell")
+ (:file "src/data/asdf")
+ (:file "src/data/pgp")))