fix(org): serve evil-org-mode from @doomelpa

Instead of relying on Github's implicit redirect.

Fix: #7875
This commit is contained in:
Henrik Lissner 2024-06-28 18:35:36 -04:00
parent ae9e1feaa6
commit 4788dd60fe
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -66,7 +66,7 @@
(when (modulep! :editor evil +everywhere)
(package! evil-org
:recipe (:host github :repo "hlissner/evil-org-mode")
:recipe (:host github :repo "doomelpa/evil-org-mode")
:pin "a9706da260c45b98601bcd72b1d2c0a24a017700"))
(when (modulep! :tools pdf)
(package! org-pdftools :pin "4e420233a153a9c4ab3d1a7e1d7d3211c836f0ac"))