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 <ludo@gnu.org>
This commit is contained in:
parent
840818cbe0
commit
0e56f58928
|
@ -1917,14 +1917,15 @@ display and behaviour is easily customisable.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/pidu/git-timemachine/"
|
(uri (string-append "https://gitlab.com/pidu/git-timemachine"
|
||||||
"archive/" version ".tar.gz"))
|
"/-/archive/" version
|
||||||
|
"/git-timemachine-" version ".tar.gz"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1l4g0r69wfrnjsywv03v4bpdd53byg6zdx6mzabfxyymss3kvisa"))))
|
"1l4g0r69wfrnjsywv03v4bpdd53byg6zdx6mzabfxyymss3kvisa"))))
|
||||||
(build-system emacs-build-system)
|
(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")
|
(synopsis "Step through historic versions of Git-controlled files")
|
||||||
(description "This package enables you to step through historic versions
|
(description "This package enables you to step through historic versions
|
||||||
of files under Git version control from within Emacs.")
|
of files under Git version control from within Emacs.")
|
||||||
|
|
Loading…
Reference in New Issue