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
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
;; A versioned, signed copy of this package is avialable on the
|
"https://www.informationelle-selbstbestimmung-im-internet.de"
|
||||||
;; home page, but 'guix download' fails to download it.
|
"/emacs/jl-encrypt" version "/jl-encrypt.el"))
|
||||||
"https://github.com/emacsmirror/emacswiki.org/raw/master/jl-encrypt.el"))
|
|
||||||
(file-name (string-append "jl-encrypt-" version ".el"))
|
(file-name (string-append "jl-encrypt-" version ".el"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in New Issue