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