diff --git a/recipes/denote.rcp b/recipes/denote.rcp index cfe8c0d18..8fe59dd6a 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")