summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-02-09 17:44:32 -0500
committerDavid Thompson <dthompson2@worcester.edu>2015-02-09 17:44:32 -0500
commitda5773741e2c53fb26558bfadf54938a974d9175 (patch)
tree3c408f71093edf66811432d0cb1439e3fc27c0a2
parent66cc6e85f0138b15781e29a5853958d8cc4cf01d (diff)
I'm dumb.
-rw-r--r--guix/web/render.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/web/render.scm b/guix/web/render.scm
index 9a91c73..79283b1 100644
--- a/guix/web/render.scm
+++ b/guix/web/render.scm
@@ -72,7 +72,7 @@
(define (redirect path)
(let ((uri (build-uri 'http
- #:host "192.168.1.157" ;;guix-web-host
+ #:host guix-web-host
#:port guix-web-port
#:path (string-append
"/" (encode-and-join-uri-path path)))))