dimitri / el-get

Manage the external elisp bits and pieces upon which you depend!
http://tapoueh.org/emacs/el-get.html
1.64k stars 457 forks source link

mastodon recipe points to incorrect repository #2885

Closed dmacvicar closed 2 months ago

dmacvicar commented 1 year ago

https://github.com/dimitri/el-get/blob/master/recipes/mastodon.rcp

points to:

(:name mastodon
       :website "https://github.com/jdenen/mastodon.el"
       :description "Emacs client for Mastodon"
       :type github
       :pkgname "jdenen/mastodon.el"
       :load-path ("./lisp"))

when MELPA already points to the current repository:

(mastodon :fetcher codeberg :repo "martianh/mastodon.el")