diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-03-02 18:09:30 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-02 18:09:30 +0000 |
| commit | 935ffc95fa5c4d9566ebb0fc2102d40e3160e502 (patch) | |
| tree | 85e1655e5881333925935e56946ae775e79213cb | |
| parent | 80d14ec653ffadf46ed968119a022eef02276718 (diff) | |
| parent | 77758ce0abde3150e2499cb118ad5d893ccceca3 (diff) | |
| download | packages-935ffc95fa5c4d9566ebb0fc2102d40e3160e502.tar.gz packages-935ffc95fa5c4d9566ebb0fc2102d40e3160e502.zip | |
Merge pull request #480 from stisa/master
websockets->jswebsockets
| -rw-r--r-- | packages.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages.json b/packages.json index 6e59a01..e198c05 100644 --- a/packages.json +++ b/packages.json @@ -6018,8 +6018,8 @@ "web": "http://stisa.space/snail/" }, { - "name": "websockets", - "url": "https://github.com/stisa/websockets", + "name": "jswebsockets", + "url": "https://github.com/stisa/jswebsockets", "method": "git", "tags": [ "js", @@ -6029,6 +6029,6 @@ ], "description": "Websockets wrapper for nim js backend.", "license": "MIT", - "web": "http://stisa.space/websockets/" + "web": "http://stisa.space/jswebsockets/" } ] |
