guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-forge: Use right home-page URL.


From: guix-commits
Subject: 01/01: gnu: emacs-forge: Use right home-page URL.
Date: Mon, 11 Nov 2019 13:03:28 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit 43e0bd75c04fed9914dba4f7196c4600b6fe0306
Author: Pierre Neidhardt <address@hidden>
Date:   Mon Nov 11 19:02:06 2019 +0100

    gnu: emacs-forge: Use right home-page URL.
    
    * gnu/packages/emacs-xyz.scm (emacs-forge)[home-page]: Set home-page to
      https://github.com/magit/forge/.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 52a22cc..7481b6c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17823,7 +17823,7 @@ a suffix) we prefer to call it just a \"transient\".")
                    (invoke "makeinfo" "forge.texi")
                    (install-file "forge.info" info)
                    #t)))))))
-      (home-page "https://github.com/magit/ghub/";)
+      (home-page "https://github.com/magit/forge/";)
       (synopsis "Access Git forges from Magit")
       (description
        "Work with Git forges, such as Github and Gitlab, from the comfort of



reply via email to

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