Skip to content

Commit

Permalink
Fix link to compat repo
Browse files Browse the repository at this point in the history
Fixes #149
  • Loading branch information
darkfeline authored and tarsius committed Dec 27, 2023
1 parent 74a9309 commit c19b9fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/borg.org
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ so lets manually install that and its dependency first:
#+begin_src sh
git submodule add --name closql [email protected]:emacscollective/closql.git lib/closql
git submodule add --name emacsql [email protected]:skeeto/emacsql.git lib/emacsql
git submodule add --name compat https://git.sr.ht/~pkal/compat lib/compat
git submodule add --name compat git@github.com:emacs-compat/compat.git lib/compat
git submodule add --name llama https://git.sr.ht/~tarsius/llama lib/llama
git submodule add --name epkg [email protected]:emacscollective/epkg.git lib/epkg
git config -f .gitmodules submodule.emacsql.no-byte-compile emacsql-pg.el
Expand Down
2 changes: 1 addition & 1 deletion docs/borg.texi
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ so lets manually install that and its dependency first:
@example
git submodule add --name closql git@@github.com:emacscollective/closql.git lib/closql
git submodule add --name emacsql git@@github.com:skeeto/emacsql.git lib/emacsql
git submodule add --name compat https://git.sr.ht/~pkal/compat lib/compat
git submodule add --name compat git@@github.com:emacs-compat/compat.git lib/compat
git submodule add --name llama https://git.sr.ht/~tarsius/llama lib/llama
git submodule add --name epkg git@@github.com:emacscollective/epkg.git lib/epkg
git config -f .gitmodules submodule.emacsql.no-byte-compile emacsql-pg.el
Expand Down

0 comments on commit c19b9fe

Please sign in to comment.