mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
fix(upload): install ssh-deploy from emacsmirror
cjohansson/emacs-ssh-deploy has inexplicably vanished, causing `doom sync` to fail when trying to install it, so we switch to a mirror. Fix: #8383
This commit is contained in:
parent
510347977e
commit
66f1b25dac
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; tools/upload/packages.el
|
||||
|
||||
(package! ssh-deploy :pin "dc8882d1806c0fdd635bc625b109179dfa3c929c")
|
||||
(package! ssh-deploy
|
||||
:recipe (:host github :repo "emacsmirror/ssh-deploy")
|
||||
:pin "dc8882d1806c0fdd635bc625b109179dfa3c929c")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue