From 0035ba8aa8ebba25423b2c5a20162145f59867ba Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Sat, 27 Jan 2024 17:36:20 +0530 Subject: [PATCH] Json-mode has moved to the json-emacs Github repo --- recipes/json-mode.rcp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/json-mode.rcp b/recipes/json-mode.rcp index d08ba4d57..041f464e4 100644 --- a/recipes/json-mode.rcp +++ b/recipes/json-mode.rcp @@ -1,6 +1,6 @@ (:name json-mode - :description "Major mode for editing JSON files, extends the builtin js-mode to add better syntax highlighting for JSON." + :description "Major mode for editing JSON files with Emacs" :type github - :pkgname "joshwnj/json-mode" + :pkgname "json-emacs/json-mode" :depends (json-snatcher) :minimum-emacs-version "24.4")