guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: alacritty: Update source and home-page URLs.


From: guix-commits
Subject: 02/02: gnu: alacritty: Update source and home-page URLs.
Date: Fri, 18 Aug 2023 11:49:02 -0400 (EDT)

podiki pushed a commit to branch master
in repository guix.

commit 97b52b2d48b40ecbc711e30eb6f94af3fbc5bd6d
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Fri Aug 18 11:46:58 2023 -0400

    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.
---
 gnu/packages/terminals.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 9bd8d0ae84..5fc72d7937 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]