diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-27 17:47:53 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-27 17:47:53 +0100 |
commit | 18eb35ac48957e9701334d5d31dcad187d998ca1 (patch) | |
tree | 3c0bdedb706fc047c1d5c428198d3f2d382efd4d | |
parent | 7c2e063245a42b31f6495079a8d7921d6730e706 (diff) | |
download | guix-18eb35ac48957e9701334d5d31dcad187d998ca1.tar.gz |
gnu: emacs-git-gutter-fringe: Fix source location.
* gnu/packages/emacs-xyz.scm (emacs-git-gutter-fringe)[source, home-page]: Update source location.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index fe0703702c..f603aea757 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -3567,7 +3567,7 @@ display and behaviour is easily customisable.") (origin (method git-fetch) (uri (git-reference - (url "https://github.com/syohex/git-gutter-fringe") + (url "https://github.com/emacsorphanage/git-gutter-fringe") (commit commit))) (file-name (git-file-name name version)) (sha256 @@ -3576,7 +3576,7 @@ display and behaviour is easily customisable.") (propagated-inputs `(("emacs-git-gutter" ,emacs-git-gutter) ("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") (description "This package extends @code{git-gutter} to use the fringe area of a |