mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: emacs-disk-usage: Remove ".git" suffix from source URI.
* gnu/packages/emacs-xyz.scm (emacs-disk-usage)[source]: Remove ".git" suffix from URL.
This commit is contained in:
parent
d59734d2c1
commit
81fe955acc
1 changed files with 1 additions and 1 deletions
|
@ -21365,7 +21365,7 @@ (define-public emacs-disk-usage
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.com/Ambrevar/emacs-disk-usage.git")
|
(url "https://gitlab.com/Ambrevar/emacs-disk-usage")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
|
Loading…
Reference in a new issue