From b4406528391f4f8dce8f926bb5e278912e1570f0 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Fri, 30 Sep 2016 12:18:15 -0700 Subject: [PATCH] jfrazelle -> jessfraz Signed-off-by: Jess Frazelle --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8b9952e..26e88b2 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PREFIX?=$(shell pwd) BUILDTAGS=seccomp apparmor -PROJECT := github.com/jfrazelle/binctr +PROJECT := github.com/jessfraz/binctr VENDOR := vendor # Variable to get the current version. diff --git a/README.md b/README.md index 6ea3f18..fa4f89b 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ $ ./bin/hello /hello # But we have no networking! How can we reach it! Don't worry we can fix this # Let's install my super cool binary for setting up networking in a container -$ go get github.com/jfrazelle/netns +$ go get github.com/jessfraz/netns # now we can add this as a prestart hook $ ./bin/hello --hook prestart:netns /hello