From 0cf652a5910ad71d3cfb1b69241713fc3704a9f0 Mon Sep 17 00:00:00 2001 From: Akib Azmain Turja Date: Fri, 25 Nov 2022 12:30:45 +0600 Subject: [PATCH] ; Fix :url in Quelpa recipe in README.org --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 4dcc3af..9166b98 100644 --- a/README.org +++ b/README.org @@ -71,7 +71,7 @@ right now. So, you have to follow one of the following methods: #+begin_src emacs-lisp (quelpa '(eat :fetcher git - :url "https://codeberg.org/akib/emacs-iwindow.git" + :url "https://codeberg.org/akib/emacs-eat.git" :files ("*.el" "dir" "*.info" "*.texi" "*.ti" ("e" "e/*")))