branch: main
commit df1c26c617a7183d3fc1383bc21981b579421a55
Author: Stefan Monnier <monn...@iro.umontreal.ca>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    elpa-packages (parser-generator, ssh-deply): Remove upstream
    
    The Github repositories have been removed.
    Christian will presumably push to `elpa.git` directly, like he does/did
    for `phps-mode`.
---
 elpa-packages | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/elpa-packages b/elpa-packages
index bf84f718a1..ba5d68fa11 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -639,7 +639,8 @@
  ;; `package-fixes` is obsolete and was never released.
  ;; (package-fixes             :url nil)
  (parsec               :url "https://github.com/cute-jumper/parsec.el.git";)
- (parser-generator     :url 
"https://github.com/cjohansson/emacs-parser-generator";)
+ (parser-generator     :url nil
+  ) ;; Was: "https://github.com/cjohansson/emacs-parser-generator";
  (path-iterator                :url nil)
  (peg                  :url nil ;Was in "https://github.com/ellerh/peg.el";
   :ignored-files ("COPYING"))
@@ -647,10 +648,8 @@
   :ignored-files ("LICENSE"))
  (persist              :url nil) ; was https://gitlab.com/phillord/persist
  (phpinspect           :url "https://github.com/hugot/phpinspect.el";)
- (phps-mode            :url "https://github.com/cjohansson/emacs-phps-mode";
-  ;; Christian Johansson works on a private Git and pushes to both Github
-  ;; and elpa.git anyway, so there's no need to auto-sync.
-  :manual-sync t)
+ (phps-mode            :url nil
+  ) ;; Was "https://github.com/cjohansson/emacs-phps-mode";
  (pinentry             :url "https://github.com/ueno/pinentry-el.git";)
  (plz                  :url "https://github.com/alphapapa/plz.el.git";
   :release-branch "stable"
@@ -768,7 +767,8 @@
  (srht                 :url "https://git.sr.ht/~akagi/srht.el";
   :ignored-files ("LICENSE")
   :lisp-dir "lisp")
- (ssh-deploy           :url "https://github.com/cjohansson/emacs-ssh-deploy";)
+ (ssh-deploy           :url nil
+  ) ;; Was: "https://github.com/cjohansson/emacs-ssh-deploy";
  (standard-themes              :url 
"https://github.com/protesilaos/standard-themes";
   :doc "README.org"
   :news "CHANGELOG.org"

Reply via email to