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