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 f4b0a1c gnu: emacs-jsonnet-mode: Update home page.
f4b0a1c is described below
commit f4b0a1cd371384243ede82ebfe0d79123d8ce12b
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Feb 9 09:02:21 2021 +0100
gnu: emacs-jsonnet-mode: Update home page.
* gnu/packages/emacs-xyz.scm (emacs-jsonnet-mode): Update home page, since
the
last one is a redirect to it.
---
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 01481fc..92a04f7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13012,7 +13012,7 @@ JSON objects.")
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)))
- (home-page "https://github.com/mgyucht/jsonnet-mode")
+ (home-page "https://github.com/tminor/jsonnet-mode")
(synopsis "Major mode for editing jsonnet files")
(description "This package provides syntax highlighting, indenting,
formatting, and utility methods for jsonnet files.")