mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: emacs-org-fragtog: Remove ".git" suffix from repository URI.
* gnu/packages/emacs-xyz.scm (emacs-org-fragtog)[source]<uri>: Remove ".git" suffix.
This commit is contained in:
parent
9bf9454494
commit
8bfc8ffb82
1 changed files with 1 additions and 1 deletions
|
@ -5603,7 +5603,7 @@ (define-public emacs-org-fragtog
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/io12/org-fragtog.git")
|
||||
(url "https://github.com/io12/org-fragtog")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
Loading…
Reference in a new issue