mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
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.
This commit is contained in:
parent
d1c811268d
commit
97b52b2d48
1 changed files with 2 additions and 2 deletions
|
@ -1428,7 +1428,7 @@ (define-public alacritty
|
||||||
;; it does not contain "extra" directory with completions, icon, etc.
|
;; it does not contain "extra" directory with completions, icon, etc.
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/jwilm/alacritty")
|
(url "https://github.com/alacritty/alacritty")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -1565,7 +1565,7 @@ (define-public alacritty
|
||||||
(list (search-path-specification
|
(list (search-path-specification
|
||||||
(variable "TERMINFO_DIRS")
|
(variable "TERMINFO_DIRS")
|
||||||
(files '("share/terminfo")))))
|
(files '("share/terminfo")))))
|
||||||
(home-page "https://github.com/alacritty/alacritty")
|
(home-page "https://alacritty.org/")
|
||||||
(synopsis "GPU-accelerated terminal emulator")
|
(synopsis "GPU-accelerated terminal emulator")
|
||||||
(description
|
(description
|
||||||
"Alacritty is a GPU-accelerated terminal emulator with a strong focus on
|
"Alacritty is a GPU-accelerated terminal emulator with a strong focus on
|
||||||
|
|
Loading…
Reference in a new issue