From 94d238ec0ef1f784cd2ef515489c16b03a07ec7e Mon Sep 17 00:00:00 2001 From: Alex Ott Date: Sat, 6 Jul 2024 09:51:04 +0200 Subject: [PATCH] Change URL for profile-dotemacs recipe (#2951) Fixes #2946 --- recipes/profile-dotemacs.rcp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/profile-dotemacs.rcp b/recipes/profile-dotemacs.rcp index 713cd034..de4473ff 100644 --- a/recipes/profile-dotemacs.rcp +++ b/recipes/profile-dotemacs.rcp @@ -1,4 +1,4 @@ (:name profile-dotemacs - :type http - :url "http://www.randomsample.de/profile-dotemacs.el" + :type github + :pkgname "raxod502/profile-dotemacs" :description "profiles your .emacs")