guix-commits
[Top][All Lists]
Advanced

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

07/12: gnu: emacs-git-timemachine: Update URL.


From: Ludovic Courtès
Subject: 07/12: gnu: emacs-git-timemachine: Update URL.
Date: Sat, 7 Jul 2018 12:10:47 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 0e56f58928609299c880fea98715c37a2f03ef57
Author: Kyle Meyer <address@hidden>
Date:   Sat Jul 7 02:43:42 2018 -0400

    gnu: emacs-git-timemachine: Update URL.
    
    * gnu/packages/emacs.scm (emacs-git-timemachine)[source]:
    [home-page]: Update URL for move from GitHub to GitLab.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/emacs.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index a9b75a4..3822754 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1917,14 +1917,15 @@ display and behaviour is easily customisable.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://github.com/pidu/git-timemachine/";
-                           "archive/" version ".tar.gz"))
+       (uri (string-append "https://gitlab.com/pidu/git-timemachine";
+                           "/-/archive/" version
+                           "/git-timemachine-" version ".tar.gz"))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
          "1l4g0r69wfrnjsywv03v4bpdd53byg6zdx6mzabfxyymss3kvisa"))))
     (build-system emacs-build-system)
-    (home-page "https://github.com/pidu/git-timemachine";)
+    (home-page "https://gitlab.com/pidu/git-timemachine";)
     (synopsis "Step through historic versions of Git-controlled files")
     (description "This package enables you to step through historic versions
 of files under Git version control from within Emacs.")



reply via email to

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