From 0ce5119896bf65c76668cac241308397987f820e Mon Sep 17 00:00:00 2001 From: Alex Ott Date: Sun, 7 Jul 2024 17:24:35 +0200 Subject: [PATCH] Update location for `scratch` recipe 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 ".")