From 613036d328cdad26155f51d4153f7151bd3391d4 Mon Sep 17 00:00:00 2001 From: Alex Ott Date: Sat, 6 Jul 2024 09:45:46 +0200 Subject: [PATCH] Fixed Mastodon recipe (#2950) Fixes #2885 --- recipes/mastodon.rcp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/mastodon.rcp b/recipes/mastodon.rcp index 365b0618..a918cd13 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"))