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 | |
| parent | a482e389ceae6558ab4483551d438b8a510d73a7 (diff) | |
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')
| -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 a98653ecb05..7010cadd91b 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.") | |||
| 16726 | (origin | 16726 | (origin |
| 16727 | (method git-fetch) | 16727 | (method git-fetch) |
| 16728 | (uri (git-reference | 16728 | (uri (git-reference |
| 16729 | (url "https://gitlab.com/fvdbeek/emacs-pubmed.git") | 16729 | (url "https://gitlab.com/fvdbeek/emacs-pubmed") |
| 16730 | (commit (string-append "v" version)))) | 16730 | (commit (string-append "v" version)))) |
| 16731 | (file-name (git-file-name name version)) | 16731 | (file-name (git-file-name name version)) |
| 16732 | (sha256 | 16732 | (sha256 |
