Fix URL in emacs-magit and emacs-groovy-modes.
* gnu/packages/emacs.scm (emacs-magit)[source]: Fix URL. * gnu/packages/emacs.scm (emacs-groovy-modes)[source]: Fix URL.
This commit is contained in:
parent
fe73352e80
commit
0661912827
|
@ -458,7 +458,7 @@ on stdout instead of using a socket as the Emacsclient does.")
|
|||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://github.com/magit/magit/releases/download/"
|
||||
version "/" name "-" version ".tar.gz"))
|
||||
version "/magit-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ygaah3dd3nxpyd17297xgvdcgr7pgzzwlmpnmchki0kiwgg3sbc"))))
|
||||
|
@ -8019,7 +8019,7 @@ supports multiple backends such as @code{vlc}, @code{mpg123},
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://github.com/Groovy-Emacs-Modes/" name
|
||||
"https://github.com/Groovy-Emacs-Modes/groovy-emacs-modes"
|
||||
"/archive/" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
|
|
Loading…
Reference in New Issue