diff options
author | Christopher Baines <mail@cbaines.net> | 2020-02-09 11:17:13 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-02-09 11:17:13 +0000 |
commit | f325a33e1638e4f786168900995a9a4b3f1dc1f1 (patch) | |
tree | 4a6df8a218f8c1e7a179bcb1e0621ab35d240fca /gnu/services | |
parent | 5998ac14f376194d3878f918cb9e04a6ff599d77 (diff) | |
download | gnu-guix-f325a33e1638e4f786168900995a9a4b3f1dc1f1.tar gnu-guix-f325a33e1638e4f786168900995a9a4b3f1dc1f1.tar.gz |
services: web: Use the Patchwork default-from-email.
Previously this wasn't used, but it should have been.
* gnu/services/web.scm (patchwork-settings-module-compiler): Use the
default-from-email.
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/web.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/services/web.scm b/gnu/services/web.scm index 3ac7b7f52c..075140816a 100644 --- a/gnu/services/web.scm +++ b/gnu/services/web.scm @@ -1436,6 +1436,10 @@ ALLOWED_HOSTS = [ allowed-hosts)) "] +DEFAULT_FROM_EMAIL = '" #$default-from-email "' +SERVER_EMAIL = DEFAULT_FROM_EMAIL +NOTIFICATION_FROM_EMAIL = DEFAULT_FROM_EMAIL + ADMINS = [ " #$(string-concatenate (map (match-lambda |