From f85b0df42b1209b613d6e4cb299f7c145477b8ed Mon Sep 17 00:00:00 2001 From: Alex Ott Date: Sun, 7 Jul 2024 17:29:14 +0200 Subject: [PATCH] Update location for `scratch` recipe (#2952) Fixes #2880 --- recipes/scratch.rcp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/scratch.rcp b/recipes/scratch.rcp index b2d9719bb..a85432d44 100644 --- a/recipes/scratch.rcp +++ b/recipes/scratch.rcp @@ -1,7 +1,7 @@ (:name scratch :description "Mode-specific scratch buffers" - :type github - :pkgname "cbbrowne/scratch-el" + :type git + :url "https://codeberg.org/emacs-weirdware/scratch" :info "." :build (("make")) :load-path ".")