aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.gitremotes9
-rw-r--r--README.md4
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/*
diff --git a/README.md b/README.md
index 702348b..de7451a 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
+[![git mirror](https://img.shields.io/badge/git-repo-cba6f7?logo=git)](https://git.vapor.systems/libquassel.git)
+[![github mirror](https://img.shields.io/badge/github-repo-blue?logo=github)](https://github.com/maxaudron/libquassel)
+[![gitlab mirror](https://img.shields.io/badge/gitlab-repo-orange?logo=github)](https://gitlab.com/cocainefarm/libquassel)
+
Native rust implementation of the Quassel protocol and library functions
# Features