maintainers: add bpaulin

This commit is contained in:
Bruno Paulin 2022-09-11 13:23:33 +02:00
parent fda9082208
commit cbdd52e5b7
2 changed files with 7 additions and 1 deletions

View File

@ -15315,4 +15315,10 @@
githubId = 7775707;
name = "RB";
};
bpaulin = {
email = "brunopaulin@bpaulin.net";
github = "bpaulin";
githubId = 115711;
name = "bpaulin";
};
}

View File

@ -19,6 +19,6 @@ buildGoModule rec{
description = "Tool to securely log in to your Kubernetes clusters";
homepage = "https://pinniped.dev/";
license = licenses.asl20;
maintainers = with maintainers; [ "bpaulin" ];
maintainers = with maintainers; [ bpaulin ];
};
}