mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
maintainers: add bpaulin
This commit is contained in:
parent
fda9082208
commit
cbdd52e5b7
@ -15315,4 +15315,10 @@
|
||||
githubId = 7775707;
|
||||
name = "RB";
|
||||
};
|
||||
bpaulin = {
|
||||
email = "brunopaulin@bpaulin.net";
|
||||
github = "bpaulin";
|
||||
githubId = 115711;
|
||||
name = "bpaulin";
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user