@@ -88,7 +88,7 @@ The following snippet overrides the Cowboy version required:
``` Makefile
DEPS = cowboy
-dep_cowboy = git https://github.com/extend/cowboy 1.0.0
+dep_cowboy = git https://github.com/ninenines/cowboy 1.0.0
```
They will always be compiled using the command `make`. If the dependency
@@ -25,7 +25,7 @@ export ERL_LIBS
PKG_FILE2 ?= $(CURDIR)/.erlang.mk.packages.v2
export PKG_FILE2
-PKG_FILE_URL ?= https://raw.githubusercontent.com/extend/erlang.mk/master/packages.v2.tsv
+PKG_FILE_URL ?= https://raw.githubusercontent.com/ninenines/erlang.mk/master/packages.v2.tsv
# Core targets.
@@ -93,7 +93,7 @@ export ERL_LIBS