From 4ce0a99f34ca291c92247be00244ed27ff438a2a Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 13 Jan 2013 18:51:54 +0000 Subject: [PATCH] distorted.lisp: Move Git service to stratocaster. --- distorted.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/distorted.lisp b/distorted.lisp index a3672cf..03e545c 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -97,11 +97,13 @@ ;; Colocated services. (irc (colo :svc jazz.colo) (jump :svc jazz.jump)) + (git (colo :svc stratocaster.colo) + (jump :svc stratocaster.jump)) (cabal :svc stratocaster.colo) ;; Local services. ((rawk) :svc artist) - ((@ www ftp rsync wiki git bugs mail db i2p vox) :svc vampire) + ((@ www ftp rsync wiki bugs mail db i2p vox) :svc vampire) ;; Internal services. #+view/inside ((news lpr) :svc vampire.unsafe) -- 2.11.0