diff options
| author | Torbjørn Marø <torbjorn.maro@gmail.com> | 2015-04-12 18:59:47 +0200 |
|---|---|---|
| committer | Torbjørn Marø <torbjorn.maro@gmail.com> | 2015-04-12 18:59:47 +0200 |
| commit | 51a802cacda68f55e390cfe2afa1d4c4aab32ab4 (patch) | |
| tree | e9f749f61bcf91860d44cbc0fa0a070d0da2f6ec | |
| parent | a25431247b56f9ee2ba713a86955943e8a7a664a (diff) | |
| download | packages-51a802cacda68f55e390cfe2afa1d4c4aab32ab4.tar.gz packages-51a802cacda68f55e390cfe2afa1d4c4aab32ab4.zip | |
Fixed git url
| -rw-r--r-- | packages.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.json b/packages.json index d279b0f..7a314e3 100644 --- a/packages.json +++ b/packages.json @@ -1329,7 +1329,7 @@ }, { "name": "beanstalkd", - "url": "git@github.com:tormaroe/beanstalkd.nim.git", + "url": "git://github.com/tormaroe/beanstalkd.nim.git", "method": "git", "tags": ["library", "queue", "messaging"], "description": "A beanstalkd work queue client library.", |
