From c5ab1b334e6d0e1afcfc203fe460faed10c3e1ae Mon Sep 17 00:00:00 2001 From: Alex Ott Date: Thu, 26 Dec 2024 16:53:55 +0100 Subject: [PATCH] Update `rustic` recipe - switch to supported repository (#2967) --- recipes/rustic.rcp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/rustic.rcp b/recipes/rustic.rcp index 7f4c3ab52..c9b195ddb 100644 --- a/recipes/rustic.rcp +++ b/recipes/rustic.rcp @@ -1,6 +1,7 @@ (:name rustic :description "Rust development environment for Emacs" :type github - :pkgname "brotzeit/rustic" + :pkgname "emacs-rustic/rustic" :minimum-emacs-version "26.1" - :depends (rust-mode dash f let-alist markdown-mode project s seq spinner xterm-color)) + :depends (rust-mode dash f let-alist markdown-mode project s seq + spinner xterm-color flycheck))