branch: elpa/emacsql commit 5818000c7d969134ad28a1b60d3fdff4d69d014e Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
make: Update pg repository url --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b1f1b4a00b..12cd2a98c5 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -include .config.mk # Clone the dependencies of this package in sibling directories: -# $ git clone https://github.com/cbbrowne/pg.el ../pg +# $ git clone https://github.com/emarsden/pg-el ../pg # # Or set LOAD_PATH to point at these packages elsewhere: # $ make LOAD_PATH='-L path/to/pg'