aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2016-08-16 08:08:50 +0200
committerLaria Carolin Chabowski <laria@laria.me>2016-08-16 08:08:50 +0200
commita1518c8e91c6923c4c48677fc543447b465dd16a (patch)
tree0c31600469ec127daa2faebac9804abf5decdaab
parentbd612bb624cd357b812ba4d19e86cd6f5d53fed7 (diff)
downloadgolibrsync-a1518c8e91c6923c4c48677fc543447b465dd16a.tar.gz
golibrsync-a1518c8e91c6923c4c48677fc543447b465dd16a.tar.bz2
golibrsync-a1518c8e91c6923c4c48677fc543447b465dd16a.zip
rename github account
-rw-r--r--CONTRIBUTORS2
-rw-r--r--README.md2
-rw-r--r--librsync/helpers_test.go2
-rw-r--r--librsync/librsync_test.go2
4 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 944fd43..74c9cd9 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -4,5 +4,5 @@ People who helped developing golibrsync
alphabetical order), if you would like to be mentioned)
Ayke van Laethem (@aykevl on Github)
-Laria Carolin Chabowski (@kch42 on GitHub)
+Laria Carolin Chabowski (@silvasur on GitHub)
diff --git a/README.md b/README.md
index 61bd479..a354d43 100644
--- a/README.md
+++ b/README.md
@@ -4,4 +4,4 @@ A Go language binding for the librsync library for creating binary deltas.
## Install
-To install golibrsync, just call `go get github.com/kch42/golibrsync/librsync`.
+To install golibrsync, just call `go get github.com/silvasur/golibrsync/librsync`.
diff --git a/librsync/helpers_test.go b/librsync/helpers_test.go
index c12992f..8faaf58 100644
--- a/librsync/helpers_test.go
+++ b/librsync/helpers_test.go
@@ -2,7 +2,7 @@ package librsync
import (
"bytes"
- "github.com/kch42/golibrsync/librsync/testdata"
+ "github.com/silvasur/golibrsync/librsync/testdata"
"testing"
)
diff --git a/librsync/librsync_test.go b/librsync/librsync_test.go
index c291fac..0c6ebe1 100644
--- a/librsync/librsync_test.go
+++ b/librsync/librsync_test.go
@@ -2,7 +2,7 @@ package librsync
import (
"bytes"
- "github.com/kch42/golibrsync/librsync/testdata"
+ "github.com/silvasur/golibrsync/librsync/testdata"
"io"
"testing"
)