diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2016-08-16 08:11:19 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2016-08-16 08:11:19 +0200 |
commit | 6623458f9b6f6fcf977409189667c1be17bf3aeb (patch) | |
tree | f7523536d1dd27788292c27f8e4779ae545c7cca /README.markdown | |
parent | c5cf190a6cf9ffa83c5c7795e19e0f724f5597dd (diff) | |
download | mailremind-master.tar.gz mailremind-master.tar.bz2 mailremind-master.zip |
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown index d582715..fec1423 100644 --- a/README.markdown +++ b/README.markdown @@ -10,7 +10,7 @@ I often send myself an email to remind me of something. If the event I want to b Get the sources and build mailremind with `go build`. -Or simply run `go get github.com/kch42/mailremind`. This will place the compiled binary in your `$GOPATH/bin` directory. +Or simply run `go get github.com/silvasur/mailremind`. This will place the compiled binary in your `$GOPATH/bin` directory. ## Configuration @@ -22,4 +22,4 @@ Simply run `./mailremind -config mailremind.ini` and mailremind will listen on t ## Public mailremind installations -* [mailremind.kch42.net](http://mailremind.kch42.net) +* [mailremind.silvasur.net](http://mailremind.silvasur.net) |