mirror of
https://github.com/correl/urilib.git
synced 2024-11-14 19:19:33 +00:00
urllib -> urilib
This commit is contained in:
parent
68078b14bf
commit
fc1ba63af8
3 changed files with 9 additions and 3 deletions
2
LICENSE
2
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.
|
||||
|
||||
|
|
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
PROJECT=urllib
|
||||
PROJECT=urilib
|
||||
REBAR=bin/rebar
|
||||
|
||||
all: get-deps compile
|
||||
|
|
|
@ -1,2 +1,8 @@
|
|||
urllib
|
||||
urilib
|
||||
======
|
||||
`RFC-3986 <https://tools.ietf.org/html/rfc3986>`_ URI Library for Erlang.
|
||||
|
||||
|Status|
|
||||
|
||||
.. |Status| image:: https://travis-ci.org/gmr/urilib.svg
|
||||
:target: https://travis-ci.org/gmr/urilib
|
||||
|
|
Loading…
Reference in a new issue