diff options
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | build-aux/download.scm | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -9,6 +9,7 @@ suggestions, bug reports, patches, or general infrastructure help: Daniel Clark <dclark@pobox.com> Alexandru Cojocaru <xojoc@gmx.com> Aleix Conchillo FlaquƩ <aconchillo@gmail.com> + Matthew Lien <bluet@bluet.org> Alex Sassmannshausen <alex.sassmannshausen@gmail.com> Jason Self <jself@gnu.org> Alen Skondro <askondro@gmail.com> diff --git a/build-aux/download.scm b/build-aux/download.scm index c5486f8970..91b41bcec1 100644 --- a/build-aux/download.scm +++ b/build-aux/download.scm @@ -25,7 +25,8 @@ (web client) (rnrs io ports) (srfi srfi-11) - (guix utils)) + (guix utils) + (guix hash)) (define %url-base "http://alpha.gnu.org/gnu/guix/bootstrap" |