gnu: emacs-gitlab-ci-mode: Drop ".git" suffix in source URI.
* gnu/packages/emacs-xyz.scm (emacs-gitlab-ci-mode)[source]: Drop ".git" suffix.master
parent
e1e4684552
commit
649d9bccef
|
@ -10116,7 +10116,7 @@ behavior very similar to that of Python 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
|
||||
|
|
Reference in New Issue