guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-disk-usage: Remove ".git" suffix from source URI.


From: guix-commits
Subject: 01/02: gnu: emacs-disk-usage: Remove ".git" suffix from source URI.
Date: Wed, 17 Feb 2021 09:41:26 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 81fe955acc5e7cc7a6a3fb96f0181fe187c7a189
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 17 15:39:16 2021 +0100

    gnu: emacs-disk-usage: Remove ".git" suffix from source URI.
    
    * gnu/packages/emacs-xyz.scm (emacs-disk-usage)[source]: Remove ".git" 
suffix
    from 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 b112dfc..90f403d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21365,7 +21365,7 @@ opposed to character-based).")
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://gitlab.com/Ambrevar/emacs-disk-usage.git";)
+             (url "https://gitlab.com/Ambrevar/emacs-disk-usage";)
              (commit version)))
        (file-name (git-file-name name version))
        (sha256



reply via email to

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