mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 17:46:43 +01:00
gnu: emacs-tablist: Adjust indentation.
* gnu/packages/emacs-xyz.scm (emacs-tablist): Adjust indentation.
This commit is contained in:
parent
73f1273375
commit
300a5dea3d
1 changed files with 2 additions and 2 deletions
|
@ -1960,8 +1960,8 @@ (define-public emacs-tablist
|
|||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/politza/tablist.git")
|
||||
(commit (string-append "v" version))))
|
||||
(url "https://github.com/politza/tablist.git")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue