;;; mumi -- Mediocre, uh, mail interface
-;;; Copyright © 2017, 2018 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2017, 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
;;;
;;; This program is free software: you can redistribute it and/or
;;; modify it under the terms of the GNU Affero General Public License
;;; <http://www.gnu.org/licenses/>.
(define-module (mumi config)
+ #:use-module (debbugs)
#:export (%config))
(define %config
(submission-bug-email-address . "bug-guix@gnu.org")
(lists . '("guix-patches@gnu.org" "bug-guix@gnu.org"))
(packages . '("guix-patches" "guix"))
- (debbugs . "https://debbugs.gnu.org/cgi/soap.cgi")
+ (debbugs . ,%gnu)
(debbugs-domain . "debbugs.gnu.org"))))
(lambda (key)
(assoc-ref config key))))