guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-git-gutter-fringe: Fix source location


From: guix-commits
Subject: branch master updated: gnu: emacs-git-gutter-fringe: Fix source location.
Date: Sat, 27 Feb 2021 11:48:44 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 18eb35a  gnu: emacs-git-gutter-fringe: Fix source location.
18eb35a is described below

commit 18eb35ac48957e9701334d5d31dcad187d998ca1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Feb 27 17:47:53 2021 +0100

    gnu: emacs-git-gutter-fringe: Fix source location.
    
    * gnu/packages/emacs-xyz.scm (emacs-git-gutter-fringe)[source, home-page]:
    Update source location.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fe07037..f603aea 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



reply via email to

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