mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-git-gutter-fringe: Fix source location.
* gnu/packages/emacs-xyz.scm (emacs-git-gutter-fringe)[source, home-page]: Update source location.
This commit is contained in:
parent
7c2e063245
commit
18eb35ac48
1 changed files with 2 additions and 2 deletions
|
@ -3567,7 +3567,7 @@ display and behaviour is easily customisable.")
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/syohex/git-gutter-fringe")
|
(url "https://github.com/emacsorphanage/git-gutter-fringe")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -3576,7 +3576,7 @@ display and behaviour is easily customisable.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-git-gutter" ,emacs-git-gutter)
|
`(("emacs-git-gutter" ,emacs-git-gutter)
|
||||||
("emacs-fringe-helper" ,emacs-fringe-helper)))
|
("emacs-fringe-helper" ,emacs-fringe-helper)))
|
||||||
(home-page "https://github.com/syohex/git-gutter-fringe")
|
(home-page "https://github.com/emacsorphanage/git-gutter-fringe")
|
||||||
(synopsis "See and manage hunks of text in a version control system")
|
(synopsis "See and manage hunks of text in a version control system")
|
||||||
(description
|
(description
|
||||||
"This package extends @code{git-gutter} to use the fringe area of a
|
"This package extends @code{git-gutter} to use the fringe area of a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue