From a21718e8f213aaf8e82422687ae8c7bba20e9354 Mon Sep 17 00:00:00 2001 From: Alex Ott Date: Sat, 6 Jul 2024 09:43:05 +0200 Subject: [PATCH] Fixed Mastodon recipe Fixes #2885 --- recipes/mastodon.rcp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/mastodon.rcp b/recipes/mastodon.rcp index 365b06186..a918cd13f 100644 --- a/recipes/mastodon.rcp +++ b/recipes/mastodon.rcp @@ -1,6 +1,6 @@ (:name mastodon - :website "https://github.com/jdenen/mastodon.el" + :website "https://codeberg.org/martianh/mastodon.el" :description "Emacs client for Mastodon" - :type github - :pkgname "jdenen/mastodon.el" + :type git + :url "https://codeberg.org/martianh/mastodon.el.git" :load-path ("./lisp"))