Archived
1
0
Fork 0

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 @@ JSON objects.")
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-dash" ,emacs-dash))) `(("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") (synopsis "Major mode for editing jsonnet files")
(description "This package provides syntax highlighting, indenting, (description "This package provides syntax highlighting, indenting,
formatting, and utility methods for jsonnet files.") formatting, and utility methods for jsonnet files.")