diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-07-11 11:29:58 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-07-11 11:29:58 +0200 |
commit | 0e00403adee6cff7fe286cfc280688228ae7d11c (patch) | |
tree | 78f8082ea8fb13d0e4cd7f46a698e4e8f05fa601 /gnu/packages | |
parent | a482e389ceae6558ab4483551d438b8a510d73a7 (diff) | |
download | guix-0e00403adee6cff7fe286cfc280688228ae7d11c.tar.gz guix-0e00403adee6cff7fe286cfc280688228ae7d11c.zip |
gnu: emacs-pubmed: Drop ".git" suffix in source URL.
* gnu/packages/emacs-xyz.scm (emacs-pubmed)[source]<origin>: Drop ".git"
suffix in URL.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index a98653ecb0..7010cadd91 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -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 |