gnu: emacs-pubmed: Drop ".git" suffix in source URL.
* gnu/packages/emacs-xyz.scm (emacs-pubmed)[source]<origin>: Drop ".git" suffix in URL.
This commit is contained in:
parent
a482e389ce
commit
0e00403ade
1 changed files with 1 additions and 1 deletions
|
@ -16726,7 +16726,7 @@ included by default, and more can be readily added.")
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.com/fvdbeek/emacs-pubmed.git")
|
(url "https://gitlab.com/fvdbeek/emacs-pubmed")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
|
Reference in a new issue