From b03e78918bd458cd4d32d2e16a6663c2dddb1002 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 9 Sep 2024 20:15:43 -0400 Subject: [PATCH] bump: org-contacts ob-php https://repo.or.cz/org-contacts.git@f0a430442b2a -> doomelpa/org-contacts@f0a430442b2a https://repo.or.cz/ob-php.git@6ebf7799e9de -> doomelpa/org-contacts@6ebf7799e9de Moved these packages to a more stable host. --- modules/lang/org/packages.el | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/modules/lang/org/packages.el b/modules/lang/org/packages.el index e76d8c74b..c2e1f9324 100644 --- a/modules/lang/org/packages.el +++ b/modules/lang/org/packages.el @@ -46,10 +46,8 @@ ;; TODO Adjust when this is added to GNU ELPA (when (modulep! +contacts) (package! org-contacts - :pin "f0a430442b2ae60035dcd74fc6a76299875694f3" - :recipe (:host nil - :type git - :repo "https://repo.or.cz/org-contacts.git"))) + :recipe (:host github :repo "doomelpa/org-contacts") + :pin "f0a430442b2ae60035dcd74fc6a76299875694f3")) (when (and (featurep :system 'macos) (modulep! :os macos)) @@ -135,9 +133,7 @@ (package! ob-nim :pin "6fd060a3ecd38be37e4ec2261cd65760a3c35a91")) (when (modulep! :lang php) (package! ob-php - :recipe (:type git - :host nil - :repo "https://repo.or.cz/ob-php.git") + :recipe (:host github :repo "doomelpa/ob-php") :pin "6ebf7799e9ded1d5114094f46785960a50000614")) (when (modulep! :lang racket) (package! ob-racket