From 80d86c0794c43ceafffbb2b0aae9a9588069da42 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Sun, 14 Dec 2025 01:24:44 +0100 Subject: update readme and remotes --- .gitremotes | 9 +++++++++ README.md | 6 +++++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .gitremotes diff --git a/.gitremotes b/.gitremotes new file mode 100644 index 0000000..dc045e4 --- /dev/null +++ b/.gitremotes @@ -0,0 +1,9 @@ +[remote "origin"] + url = git@vapor.systems:catinator.git + fetch = +refs/heads/*:refs/remotes/origin/* +[remote "github"] + url = git@github.com:maxaudron/catinator.git + fetch = +refs/heads/*:refs/remotes/origin/* +[remote "gitlab"] + url = git@gitlab.com:cocainefarm/catinator.git + fetch = +refs/heads/*:refs/remotes/origin/* diff --git a/README.md b/README.md index 9f0632b..4d9edcd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ +![git mirror](https://img.shields.io/badge/git-repo-cba6f7?logo=git&link=https%3A%2F%2Fgit.vapor.systems%2Fcatinator.git) +![github mirror](https://img.shields.io/badge/github-repo-blue?logo=github&link=https%3A%2F%2Fgithub.com%2Fmaxaudron%2Fcatinator) +![gitlab mirror](https://img.shields.io/badge/gitlab-repo-orange?logo=github&link=https%3A%2F%2Fgitlab.com%2Fcocainefarm%2Fcatinator) + # catinator -catinator is an irc bot made by and for the `#gnulag` channel on snoonet. It +catinator is an irc bot made by and for the `#linuxmasterrace` channel on snoonet. It also tries to be usable as a general purpose higher level IRC bot making library, based on the [irc crate](https://docs.rs/irc). -- cgit v1.2.3