fix(packages): override undo-fu and undo-fu-session recipes

Both undo-fu and undo-fu-session are hosted on codeberg, which seems to
be down right now. Hence instead let's pull in these packages from the
mirrors on the emacsmirrors GitGub org.
This commit is contained in:
2022-06-09 01:01:41 +01:00
parent da9237150a
commit bd3e53bdc8
2 changed files with 6 additions and 2 deletions

View File

@@ -13,6 +13,10 @@
(company-nginx :type git :host github
:repo "emacsmirror/company-nginx"
:branch "master")
(undo-fu :type git :flavor melpa :host github
:repo "emacsmirror/undo-fu")
(undo-fu-session :type git :flavor melpa :host github
:repo "emacsmirror/undo-fu-session")
;; Override vertico recipe to fix issues with extensions.
(vertico :type git :host github :repo "minad/vertico"
:files (:defaults "extensions/*")

View File

@@ -57,8 +57,6 @@
("emacs-request" . "c769cf33f2ac0a1a9798b508935c4b260e856ab5")
("emacs-shfmt" . "ceb1ed4df3d7e198e4c5af0c2fd44c4d9d65832e")
("emacs-slim" . "3636d18ab1c8b316eea71c4732eb44743e2ded87")
("emacs-undo-fu" . "97e7f4f6e0754fd1b01db9638b3f534b5b4941c2")
("emacs-undo-fu-session" . "52c71b1cee2fe944e0013a2823e6fde10b26bc65")
("emacs-which-key" . "1ab1d0cc88843c9a614ed3226c5a1070e32e4823")
("emacsmirror-mirror" . "378111b2b7846064679a063f4eec48ef6de39ce9")
("emacsql" . "373975cbccf7776af771e23f86043b236a330702")
@@ -206,6 +204,8 @@
("treemacs" . "68fd2ddab926e2a9e3948e64803abfd02d8c40cd")
("treepy.el" . "3ac940e97f3d03e48ca9d7fcd74916a9b01c72f3")
("typescript.el" . "4f056f6db77839dc8653afff68dfecf62d83ec70")
("undo-fu" . "97e7f4f6e0754fd1b01db9638b3f534b5b4941c2")
("undo-fu-session" . "52c71b1cee2fe944e0013a2823e6fde10b26bc65")
("use-package" . "a7422fb8ab1baee19adb2717b5b47b9c3812a84c")
("uuidgen-el" . "7b728c1d92e196c3acf87a004949335cfc18eab3")
("vertico" . "c1f605305c2b569a71af5233384758271620ead3")