gnu: h-client: Update URL.
* gnu/packages/hardware.scm (h-client) [source]: Add trailing '/' to URL.
This commit is contained in:
parent
bcebf25561
commit
7dd076ed33
1 changed files with 1 additions and 1 deletions
|
@ -597,7 +597,7 @@ human-readable format and checks if it conforms to the standards.")
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(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)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
|
Reference in a new issue