guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: emacs-pubmed: Drop ".git" suffix in source URL.


From: guix-commits
Subject: 02/02: gnu: emacs-pubmed: Drop ".git" suffix in source URL.
Date: Mon, 11 Jul 2022 05:31:39 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 0e00403adee6cff7fe286cfc280688228ae7d11c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 11 11:29:58 2022 +0200

    gnu: emacs-pubmed: Drop ".git" suffix in source URL.
    
    * gnu/packages/emacs-xyz.scm (emacs-pubmed)[source]<origin>: Drop ".git"
    suffix in URL.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]