diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-05-18 22:31:54 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-05-18 22:31:54 +0300 |
commit | cfbb19f614f805ff08921ea9cedc936aa3a39ded (patch) | |
tree | ad698f4c30103e84655f5a5bff13da56079c4ca9 | |
parent | 73889b50753563f8c84839885f9ac65771c584f0 (diff) | |
download | juandelacosa-cfbb19f614f805ff08921ea9cedc936aa3a39ded.tar.gz |
Update README
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ Juan de la Cosa =============== HTTP server for managing [MariaDB](http://mariadb.org/) users. -Designed to work behind [Sproxy](https://github.com/zalora/sproxy) +Designed to work behind [Sproxy](http://hackage.haskell.org/package/sproxy2). and assuming users' logins are their email addresses (MariaDB allows up to 80 characters). @@ -17,7 +17,7 @@ to fetch and build all pre-requisites automatically. Installation ============ - $ git clone https://github.com/zalora/juandelacosa.git + $ git clone https://github.com/ip1981/juandelacosa.git $ cd juandelacosa $ cabal install |