aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-05-17 08:53:39 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-05-17 08:53:39 +0300
commitc7ae36ad3f2550bf6a5948e877f9f730ea69feba (patch)
treec4ce98023596940b82b4a7acf3336ffc639f2c98
parent20b68e3d90aa7ff50896c5d568658c8089cd3605 (diff)
downloadmywatch-c7ae36ad3f2550bf6a5948e877f9f730ea69feba.tar.gz
Update Git URL
-rw-r--r--README.md2
-rw-r--r--mywatch.cabal2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 02a0108..4e3cb41 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ to fetch and build all pre-requisites automatically.
Installation
============
- $ git clone https://github.com/zalora/mywatch.git
+ $ git clone https://github.com/ip1981/mywatch.git
$ cd mywatch
$ cabal install
diff --git a/mywatch.cabal b/mywatch.cabal
index 6940b9e..08f3628 100644
--- a/mywatch.cabal
+++ b/mywatch.cabal
@@ -26,7 +26,7 @@ extra-source-files:
source-repository head
type: git
- location: https://github.com/zalora/mywatch.git
+ location: https://github.com/ip1981/mywatch.git
executable mywatch
default-language: Haskell2010