maintainers: add ricochet

This commit is contained in:
Bailey Hayes 2022-01-11 18:49:07 +00:00 committed by GitHub
parent c4260c76cf
commit 6d3026184a
2 changed files with 8 additions and 1 deletions

View file

@ -10051,6 +10051,13 @@
githubId = 16779;
name = "Rickard Nilsson";
};
ricochet = {
email = "behayes2@gmail.com";
github = "ricochet";
githubId = 974323;
matrix = "@ricochetcode:matrix.org";
name = "Bailey Hayes";
};
riey = {
email = "creeper844@gmail.com";
github = "Riey";

View file

@ -49,7 +49,7 @@ buildGoModule rec {
multi-node k3s cluster on a single machine using docker.
'';
license = licenses.mit;
maintainers = with maintainers; [ kuznero jlesquembre ngerstle jk ];
maintainers = with maintainers; [ kuznero jlesquembre ngerstle jk ricochet ];
platforms = platforms.linux ++ platforms.darwin;
};
}