diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-02-15 11:09:36 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-02-15 12:12:09 +0100 |
commit | 142cf421217dd1bde60cef3d18069398e3c24fbc (patch) | |
tree | 2e1b3c0435991c8d26bc4825f3d974b766aa5477 /guix | |
parent | d199a4c7b4c4d3320ed59e96a382f4c577630360 (diff) |
gnu-maintenance: Verify GPG signatures in KDE updater.
* guix/gnu-maintenance.scm (latest-kde-release): Remove #:file->signature.
Diffstat (limited to 'guix')
-rw-r--r-- | guix/gnu-maintenance.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/guix/gnu-maintenance.scm b/guix/gnu-maintenance.scm index bfd47a831d..36b3c930d7 100644 --- a/guix/gnu-maintenance.scm +++ b/guix/gnu-maintenance.scm @@ -623,8 +623,7 @@ releases are on gnu.org." (package-upstream-name package) #:server "mirrors.mit.edu" #:directory - (string-append "/kde" (dirname (dirname (uri-path uri)))) - #:file->signature (const #f))))) + (string-append "/kde" (dirname (dirname (uri-path uri)))))))) (define (latest-xorg-release package) "Return the latest release of PACKAGE, the name of an X.org package." |