diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2022-05-28 11:35:29 -0400 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2022-05-28 11:35:29 -0400 |
| commit | 3c8857c4b93541fc534c6ca0593adbb2a0b94323 (patch) | |
| tree | b429bbab324c573cb2e94b71095698616cfbc6c0 | |
| parent | 8477cff7773cc2189d8a21b6ad1268bfe3c5a643 (diff) | |
* elpa-packages (vc-got): The URL now needs a final `.git`
| -rw-r--r-- | elpa-packages | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/elpa-packages b/elpa-packages index 22369ef..0822b2d 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) |
