summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormgmarlow <graham@mgmarlow.com>2023-06-19 17:19:30 -0700
committermgmarlow <graham@mgmarlow.com>2023-06-19 17:19:30 -0700
commit352383f63419159148792bd484778287a70cdaec (patch)
tree707de1f70d632555de896651a9ff06e67d64fa8a
parentd8a7c54bf0af720ccd0b1c32e1e38bbe1dac0a21 (diff)
downloadflymake-clippy-352383f63419159148792bd484778287a70cdaec.tar.gz
Update README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6999ccb..ca459d9 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Use with [rust-mode](https://elpa.nongnu.org/nongnu/rust-mode.html):
```elisp
(use-package clippy-flymake
- :vc (:fetcher github :repo mgmarlow/clippy-flymake)
+ :vc (:fetcher sourcehut :repo mgmarlow/clippy-flymake)
:hook (rust-mode . clippy-flymake-setup-backend))
```
@@ -32,7 +32,7 @@ Eglot [fully manages Flymake](https://github.com/joaotavora/eglot/issues/268) so
```elisp
(use-package clippy-flymake
- :vc (:fetcher github :repo mgmarlow/clippy-flymake)
+ :vc (:fetcher sourcehut :repo mgmarlow/clippy-flymake)
:hook (rust-mode . clippy-flymake-setup-backend))
(defun manually-activate-flymake ()