http-client: '%http-cache-ttl' is really a parameter.
authorLudovic Courtès <ludo@gnu.org>
Wed, 21 Oct 2015 09:48:45 +0000 (11:48 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 21 Oct 2015 12:43:34 +0000 (14:43 +0200)
commitcbaf0f11ddbe4228ddd3c81af18702ac86ae361c
treedfd3f131c4d63dfa65f389d6224e99cc03a3688a
parent45e1096896700dab949770a4e136448ee06bf510
http-client: '%http-cache-ttl' is really a parameter.

Fixes a typo in commit 739ab68 that made it a procedure returning a
parameter.

* guix/http-client.scm (%http-cache-ttl): Turn into a parameter.
guix/http-client.scm