Maxim Cournoyer <maxim.courno...@gmail.com> skribis: > From 61ca016f3a2a6504d899a6ec3b9daaf1647be451 Mon Sep 17 00:00:00 2001 > From: Maxim Cournoyer <maxim.courno...@gmail.com> > Date: Sat, 27 Jan 2018 12:22:11 -0500 > Subject: [PATCH] download: Fix return value of the url-fetch procedure. > > Fixes #30270 which was introduced by commit 347fa4aebf. > > * guix/build/download.scm (url-fetch): Return `file' instead of #t upon > success.
Good catch! I changed the log to read “Fixes <http://...>” and committed. Thanks, Ludo’.