From 68bfda7b9f77261a904ad928892798d51ed439f2 Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Thu, 23 May 2024 16:29:50 +0530 Subject: [PATCH] Update recipe for denote (#2944) Move from sr.ht to github as the source of the package --- recipes/denote.rcp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/denote.rcp b/recipes/denote.rcp index cfe8c0d1..8fe59dd6 100644 --- a/recipes/denote.rcp +++ b/recipes/denote.rcp @@ -1,6 +1,6 @@ (:name denote :description "Simple notes with an efficient file-naming scheme" - :type git - :url "https://git.sr.ht/~protesilaos/denote" - :load-path (".") - :minimum-emacs-version "28.1") + :type github + :branch "main" + :minimum-emacs-version "28.1" + :pkgname "protesilaos/denote")