opkssh: add sarcasticadmin as maintainer (#393851)
This commit is contained in:
@@ -31,9 +31,12 @@ buildGoModule (finalAttrs: {
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/openpubkey/opkssh";
|
||||
description = "Integrating SSO with SSH - short-lived SSH keys with an OpenID provider";
|
||||
description = "Enables SSH to be used with OpenID Connect";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ lib.maintainers.johnrichardrinehart ];
|
||||
maintainers = with lib.maintainers; [
|
||||
johnrichardrinehart
|
||||
sarcasticadmin
|
||||
];
|
||||
mainProgram = "opkssh";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user