guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: emacs-org-fragtog: Remove ".git" suffix from repository URI.


From: guix-commits
Subject: 04/04: gnu: emacs-org-fragtog: Remove ".git" suffix from repository URI.
Date: Fri, 15 Jul 2022 07:55:02 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8bfc8ffb82ce80b8d069c1408cf89198935b7e58
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jul 15 13:53:06 2022 +0200

    gnu: emacs-org-fragtog: Remove ".git" suffix from repository URI.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-fragtog)[source]<uri>: 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 2d8bd7a253..c5a58c8bbc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5603,7 +5603,7 @@ displays the priority part of a heading as your preferred 
string value.")
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/io12/org-fragtog.git";)
+             (url "https://github.com/io12/org-fragtog";)
              (commit version)))
        (file-name (git-file-name name version))
        (sha256



reply via email to

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