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 @@ a suffix) we prefer to call it just a \"transient\".")
|
||||||
(invoke "makeinfo" "forge.texi")
|
(invoke "makeinfo" "forge.texi")
|
||||||
(install-file "forge.info" info)
|
(install-file "forge.info" info)
|
||||||
#t)))))))
|
#t)))))))
|
||||||
(home-page "https://github.com/magit/ghub/")
|
(home-page "https://github.com/magit/forge/")
|
||||||
(synopsis "Access Git forges from Magit")
|
(synopsis "Access Git forges from Magit")
|
||||||
(description
|
(description
|
||||||
"Work with Git forges, such as Github and Gitlab, from the comfort of
|
"Work with Git forges, such as Github and Gitlab, from the comfort of
|
||||||
|
|
Reference in a new issue