From fc1ba63af8f0adbc56cd187073af54016299709a Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Fri, 8 Jan 2016 22:00:05 -0500 Subject: [PATCH] urllib -> urilib --- LICENSE | 2 +- Makefile | 2 +- README.rst | 8 +++++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 8d286b2..2914a95 100644 --- a/LICENSE +++ b/LICENSE @@ -11,7 +11,7 @@ modification, are permitted provided that the following conditions are met: this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -* Neither the name of urllib nor the names of its +* Neither the name of urilib nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/Makefile b/Makefile index ac47339..8f21c0e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PROJECT=urllib +PROJECT=urilib REBAR=bin/rebar all: get-deps compile diff --git a/README.rst b/README.rst index d160ddf..b8cfd37 100644 --- a/README.rst +++ b/README.rst @@ -1,2 +1,8 @@ -urllib +urilib ====== +`RFC-3986 `_ URI Library for Erlang. + +|Status| + +.. |Status| image:: https://travis-ci.org/gmr/urilib.svg + :target: https://travis-ci.org/gmr/urilib