mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue