mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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
1 changed files with 2 additions and 3 deletions
|
@ -4238,9 +4238,8 @@ (define-public emacs-default-encrypt
|
|||
(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 a new issue