mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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/.
This commit is contained in:
parent
6ec68c69b0
commit
43e0bd75c0
1 changed files with 1 additions and 1 deletions
|
@ -17823,7 +17823,7 @@ (define-public emacs-forge
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue