gnu: emacs-default-encrypt: Update source URI.
* gnu/packages/emacs.scm (emacs-default-encrypt)[source]: Update URI. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
parent
1aab5e8320
commit
a97f6da422
|
@ -4238,9 +4238,8 @@ performance-oriented and tidy.")
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
;; A versioned, signed copy of this package is avialable on the
|
||||
;; home page, but 'guix download' fails to download it.
|
||||
"https://github.com/emacsmirror/emacswiki.org/raw/master/jl-encrypt.el"))
|
||||
"https://www.informationelle-selbstbestimmung-im-internet.de"
|
||||
"/emacs/jl-encrypt" version "/jl-encrypt.el"))
|
||||
(file-name (string-append "jl-encrypt-" version ".el"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in New Issue