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.
This commit is contained in:
Nicolas Goaziou 2021-02-09 09:02:21 +01:00
parent 7d410e91cf
commit f4b0a1cd37
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -13012,7 +13012,7 @@ (define-public emacs-jsonnet-mode
(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.")