diff options
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING b/HACKING index b6b9b462f9..3ff6040623 100644 --- a/HACKING +++ b/HACKING @@ -19,8 +19,8 @@ Package recipes in Guix look like this: (version "2.5") (source (origin - (method http-fetch) - (uri (string-append "http://ftp.gnu.org/gnu/nettle/nettle-" + (method url-fetch) + (uri (string-append "mirror://gnu/nettle/nettle-" version ".tar.gz")) (sha256 (base32 |