emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] main 3c8857c4b9: * elpa-packages (vc-got): The URL now needs a fi


From: Stefan Monnier
Subject: [elpa] main 3c8857c4b9: * elpa-packages (vc-got): The URL now needs a final `.git`
Date: Sat, 28 May 2022 11:35:42 -0400 (EDT)

branch: main
commit 3c8857c4b93541fc534c6ca0593adbb2a0b94323
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * elpa-packages (vc-got): The URL now needs a final `.git`
---
 elpa-packages | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/elpa-packages b/elpa-packages
index 22369efa29..0822b2da44 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -145,6 +145,9 @@
   :doc "README.org"
   :renames (("extensions/" ""))
   :auto-sync t)
+ ;; ("corfu-doc"               :url "https://github.com/galeo/corfu-doc";
+ ;;  :ignored-files ("LICENSE")
+ ;;  :auto-sync t)
  ("coterm"             :url "https://repo.or.cz/emacs-coterm.git";
   :auto-sync t)
  ("counsel"            :url "https://github.com/abo-abo/swiper";)
@@ -675,9 +678,9 @@
  ("url-http-ntlm"      :url nil)
  ("validate"           :url "https://github.com/Malabarba/validate.el";)
  ("valign"             :url "https://github.com/casouri/valign";)
- ("vc-got"             :url "https://git.omarpolo.com/vc-got";
+ ("vc-got"             :url "https://git.omarpolo.com/vc-got.git";
   ;; Mirror: https://github.com/omar-polo/vc-got/
-  :ignored-files ("targets")
+  :ignored-files ("targets" "LICENSE")
   :auto-sync t)
  ("vc-hgcmd"           :url "https://github.com/muffinmad/emacs-vc-hgcmd";
   :auto-sync t)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]