From 14afefd0b6afdb38660acc44f218bd3c90b2bd35 Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Fri, 24 May 2024 12:38:52 +0530 Subject: [PATCH] Update recipe for json-mode (#2925) * Update recipe for json-mode This package no longer depends on `json-refactor`. * Json-mode has moved to the json-emacs Github repo --- recipes/json-mode.rcp | 7 ++++--- recipes/json-snatcher.rcp | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/recipes/json-mode.rcp b/recipes/json-mode.rcp index 41a82f7f7..041f464e4 100644 --- a/recipes/json-mode.rcp +++ b/recipes/json-mode.rcp @@ -1,5 +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" - :depends (json-snatcher json-reformat)) + :pkgname "json-emacs/json-mode" + :depends (json-snatcher) + :minimum-emacs-version "24.4") diff --git a/recipes/json-snatcher.rcp b/recipes/json-snatcher.rcp index 19b2f53f4..2e2b3c9dd 100644 --- a/recipes/json-snatcher.rcp +++ b/recipes/json-snatcher.rcp @@ -1,4 +1,5 @@ (:name json-snatcher :description "Find the path to a value in JSON" :type github - :pkgname "Sterlingg/json-snatcher") + :pkgname "Sterlingg/json-snatcher" + :minimum-emacs-version "24")