diff options
Diffstat (limited to 'gnu/packages/text-editors.scm')
-rw-r--r-- | gnu/packages/text-editors.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index 44b42ce9b6..0207ca36ab 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -181,7 +181,7 @@ bindings and many of the powerful features of GNU Emacs.") (version "0.8.18.1") (source (origin (method url-fetch) - (uri (string-append "https://download.savannah.gnu.org/releases/" + (uri (string-append "mirror://savannah/" "leafpad/leafpad-" version ".tar.gz")) (sha256 (base32 |