gnu: alacritty: Update source and home-page URLs.
Previous source URL redirects to the updated one. * gnu/packages/terminals.scm (alacritty): Update source and home-page URLs.
parent
d1c811268d
commit
97b52b2d48
|
@ -1428,7 +1428,7 @@ basic input/output.")
|
|||
;; it does not contain "extra" directory with completions, icon, etc.
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/jwilm/alacritty")
|
||||
(url "https://github.com/alacritty/alacritty")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -1565,7 +1565,7 @@ basic input/output.")
|
|||
(list (search-path-specification
|
||||
(variable "TERMINFO_DIRS")
|
||||
(files '("share/terminfo")))))
|
||||
(home-page "https://github.com/alacritty/alacritty")
|
||||
(home-page "https://alacritty.org/")
|
||||
(synopsis "GPU-accelerated terminal emulator")
|
||||
(description
|
||||
"Alacritty is a GPU-accelerated terminal emulator with a strong focus on
|
||||
|
|
Reference in New Issue