diff options
Diffstat (limited to 'distro/packages/gperf.scm')
-rw-r--r-- | distro/packages/gperf.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distro/packages/gperf.scm b/distro/packages/gperf.scm index 099038af69..cd9b05fa58 100644 --- a/distro/packages/gperf.scm +++ b/distro/packages/gperf.scm @@ -29,7 +29,7 @@ (source (origin (method url-fetch) - (uri (string-append "ftp://ftp.gnu.org/gnu/gperf/gperf-" + (uri (string-append "mirror://gnu/gperf/gperf-" version ".tar.gz")) (sha256 (base32 |