shithub: hugo

Download patch

ref: acbedf6220daf1debc77a36ca77caf66cc834f18
parent: 48ebd598a9da395ae1ba39376b35fdd1105472ce
author: Cody W. Opel <[email protected]>
date: Tue Jun 7 16:15:28 EDT 2016

Fix urlesc import url in Dockerfile

--- a/Dockerfile
+++ b/Dockerfile
@@ -10,7 +10,7 @@
 	&& go get github.com/bep/inflect \
 	&& go get github.com/BurntSushi/toml \
 	&& go get github.com/PuerkitoBio/purell \
-	&& go get github.com/opennota/urlesc \
+	&& go get github.com/PuerkitoBio/urlesc \
 	&& go get github.com/dchest/cssmin \
 	&& go get github.com/eknkc/amber \
 	&& go get github.com/gorilla/websocket \