Skip to content

Commit 22b563d

Browse files
authored
Merge pull request #13 from yukirii/modify_repository_path
Modify repository path
2 parents 2f9d5af + 302336c commit 22b563d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mruby-redis-cluster [![Build Status](https://travis-ci.org/shiftky/mruby-redis-cluster.svg?branch=master)](https://travis-ci.org/shiftky/mruby-redis-cluster)
1+
# mruby-redis-cluster [![Build Status](https://travis-ci.org/yukirii/mruby-redis-cluster.svg?branch=master)](https://travis-ci.org/yukirii/mruby-redis-cluster)
22

33
mruby-redis-cluster is a mruby client library for [Redis Cluster](https://redis.io/topics/cluster-spec) based on [matsumotory/mruby-redis](https://github.com/matsumotory/mruby-redis/).
44

@@ -13,7 +13,7 @@ MRuby::Build.new do |conf|
1313

1414
# ... (snip) ...
1515

16-
conf.gem :github => 'shiftky/mruby-redis-cluster'
16+
conf.gem :github => 'yukirii/mruby-redis-cluster'
1717
end
1818
```
1919

@@ -51,7 +51,7 @@ client.set key, "200"
5151

5252
## License
5353

54-
[MIT](https://github.com/shiftky/go-tmsh/blob/master/LICENSE)
54+
[MIT](https://github.com/yukirii/mruby-redis-cluster/blob/master/LICENSE)
5555

5656
## Authors
5757

mruby-redis-cluster.gem

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: mruby-redis-cluster
22
description: RedisCluster class
33
author: Yuki Kirii
4-
website: https://github.com/shiftky/mruby-redis-cluster
4+
website: https://github.com/yukirii/mruby-redis-cluster
55
protocol: git
6-
repository: https://github.com/shiftky/mruby-redis-cluster.git
6+
repository: https://github.com/yukirii/mruby-redis-cluster.git
77
license: MIT

0 commit comments

Comments
 (0)