guix-commits
[Top][All Lists]
Advanced

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

01/01: Fix URL in emacs-magit and emacs-groovy-modes.


From: Pierre Neidhardt
Subject: 01/01: Fix URL in emacs-magit and emacs-groovy-modes.
Date: Wed, 26 Sep 2018 04:37:58 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 06619128274c0f7e3ebfefab03db337e886fec51
Author: Pierre Neidhardt <address@hidden>
Date:   Tue Sep 25 17:57:59 2018 +0200

    Fix URL in emacs-magit and emacs-groovy-modes.
    
    * gnu/packages/emacs.scm (emacs-magit)[source]: Fix URL.
    * gnu/packages/emacs.scm (emacs-groovy-modes)[source]: Fix URL.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index f29040c..c541c51 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -458,7 +458,7 @@ on stdout instead of using a socket as the Emacsclient 
does.")
              (method url-fetch)
              (uri (string-append
                    "https://github.com/magit/magit/releases/download/";
-                   version "/" name "-" version ".tar.gz"))
+                   version "/magit-" version ".tar.gz"))
              (sha256
               (base32
                "1ygaah3dd3nxpyd17297xgvdcgr7pgzzwlmpnmchki0kiwgg3sbc"))))
@@ -8019,7 +8019,7 @@ supports multiple backends such as @code{vlc}, 
@code{mpg123},
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "https://github.com/Groovy-Emacs-Modes/"; name
+                    "https://github.com/Groovy-Emacs-Modes/groovy-emacs-modes";
                     "/archive/" version ".tar.gz"))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256



reply via email to

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