mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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
7 lines
189 B
EmacsLisp
7 lines
189 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/upload/packages.el
|
|
|
|
(package! ssh-deploy
|
|
:recipe (:host github :repo "emacsmirror/ssh-deploy")
|
|
:pin "dc8882d1806c0fdd635bc625b109179dfa3c929c")
|