diff options
author | David Craven <david@craven.ch> | 2016-08-01 11:05:28 +0200 |
---|---|---|
committer | David Craven <david@craven.ch> | 2016-08-02 13:28:21 +0200 |
commit | 9c97afe8588d4e822676d278e251247d1476df7c (patch) | |
tree | 8d5ef3238995b3a18c995a112046d9f0f524c2a4 /guix/download.scm | |
parent | ff02b826780ee5f85f5a363114b5234b6d44dfd1 (diff) | |
download | gnu-guix-9c97afe8588d4e822676d278e251247d1476df7c.tar gnu-guix-9c97afe8588d4e822676d278e251247d1476df7c.tar.gz |
gnu-maintenance: Add KDE updater.
* guix/gnu-maintenance.scm (kde-package?, latest-kde-release): New private
functions.
(%kde-updater): New public variable.
* guix/scripts/refresh.scm (list-updaters): Add %kde-updater.
* doc/guix.texi (Invoking guix refresh): Mention the new updater.
Diffstat (limited to 'guix/download.scm')
-rw-r--r-- | guix/download.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/download.scm b/guix/download.scm index 660ade5619..f1422bebc0 100644 --- a/guix/download.scm +++ b/guix/download.scm @@ -3,6 +3,7 @@ ;;; Copyright © 2013, 2014, 2015 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch> ;;; Copyright © 2016 Alex Griffin <a@ajgrf.com> +;;; Copyright © 2016 David Craven <david@craven.ch> ;;; ;;; This file is part of GNU Guix. ;;; |