renaming github.com/gulien to github.com/thecodingmachine

This commit is contained in:
Julien Neuhart
2018-04-06 12:19:14 +02:00
parent a5bcd64c9a
commit 23edd518fd
14 changed files with 35 additions and 35 deletions

View File

@@ -24,7 +24,7 @@ RUN echo "deb http://httpredir.debian.org/debian/ stretch main contrib non-free"
# | All Gotenberg related stuff.
# |
WORKDIR /go/src/github.com/gulien/gotenberg
WORKDIR /go/src/github.com/thecodingmachine/gotenberg
# Installs lint dependencies.
RUN go get -u gopkg.in/alecthomas/gometalinter.v2 &&\