diff options
Diffstat (limited to '')
| -rw-r--r-- | .gitremotes | 9 | ||||
| -rw-r--r-- | README.md | 4 |
2 files changed, 13 insertions, 0 deletions
diff --git a/.gitremotes b/.gitremotes new file mode 100644 index 0000000..7d8ba5c --- /dev/null +++ b/.gitremotes @@ -0,0 +1,9 @@ +[remote "origin"] + url = git@vapor.systems:libquassel.git + fetch = +refs/heads/*:refs/remotes/origin/* +[remote "github"] + url = git@github.com:maxaudron/libquassel.git + fetch = +refs/heads/*:refs/remotes/origin/* +[remote "gitlab"] + url = git@gitlab.com:cocainefarm/libquassel.git + fetch = +refs/heads/*:refs/remotes/origin/* @@ -1,3 +1,7 @@ +[](https://git.vapor.systems/libquassel.git) +[](https://github.com/maxaudron/libquassel) +[](https://gitlab.com/cocainefarm/libquassel) + Native rust implementation of the Quassel protocol and library functions # Features |
