guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-geiser: Remove ".git" suffix in source


From: guix-commits
Subject: branch master updated: gnu: emacs-geiser: Remove ".git" suffix in source URL.
Date: Tue, 05 Oct 2021 15:57:11 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new baa7536  gnu: emacs-geiser: Remove ".git" suffix in source URL.
baa7536 is described below

commit baa7536c49760fb548e611e1cb386d65edec4859
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 5 21:56:02 2021 +0200

    gnu: emacs-geiser: Remove ".git" suffix in source URL.
    
    * gnu/packages/emacs-xyz.scm (emacs-geiser)[source]<url>: Remove ".git"
    suffix.
---
 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 0f684cc..3545f2f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -236,7 +236,7 @@
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://gitlab.com/emacs-geiser/geiser.git";)
+             (url "https://gitlab.com/emacs-geiser/geiser";)
              (commit version)))
        (file-name (git-file-name name version))
        (sha256



reply via email to

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