guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: h-client: Update URL.


From: guix-commits
Subject: 03/03: gnu: h-client: Update URL.
Date: Sat, 29 Jul 2023 12:02:54 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 7dd076ed33a1e19c05a421f20ab55aa7a94c39eb
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Jul 29 12:00:47 2023 -0400

    gnu: h-client: Update URL.
    
    * gnu/packages/hardware.scm (h-client) [source]: Add trailing '/' to URL.
---
 gnu/packages/hardware.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 954dff204c..ab343d1dac 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -597,7 +597,7 @@ human-readable format and checks if it conforms to the 
standards.")
        (origin
          (method git-fetch)
          (uri (git-reference
-               (url "https://git.savannah.gnu.org/git/h-client.git";)
+               (url "https://git.savannah.gnu.org/git/h-client.git/";)
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256



reply via email to

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