diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-15 16:20:51 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-16 01:00:30 +0100 |
commit | b7fd77ef655ee81617e781bcfd2a821d1979c94e (patch) | |
tree | 4aa25c306c4d5643993c7b0b47223e500e4168f9 /gnu/packages/text-editors.scm | |
parent | c1816361ad1390d6bea0fbe8f738c07b966a4605 (diff) | |
download | patches-b7fd77ef655ee81617e781bcfd2a821d1979c94e.tar patches-b7fd77ef655ee81617e781bcfd2a821d1979c94e.tar.gz |
gnu: compression, text-editors: Use Savannah mirror://.
* gnu/packages/compression.scm (lunzip, clzip, lzlib, plzip)[source]: Use
mirror:// URI.
* gnu/packages/text-editors.scm (leafpad)[source]: Likewise.
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 |