mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: emacs-gitlab-ci-mode: Drop ".git" suffix in source URI.
* gnu/packages/emacs-xyz.scm (emacs-gitlab-ci-mode)[source]: Drop ".git" suffix.
This commit is contained in:
parent
e1e4684552
commit
649d9bccef
1 changed files with 1 additions and 1 deletions
|
@ -10116,7 +10116,7 @@ (define-public emacs-gitlab-ci-mode
|
|||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.com/joewreschnig/gitlab-ci-mode.git")
|
||||
(url "https://gitlab.com/joewreschnig/gitlab-ci-mode")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
Loading…
Reference in a new issue