mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
c1816361ad
commit
b7fd77ef65
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue