opkssh: add sarcasticadmin as maintainer (#393851)

This commit is contained in:
Aleksana
2025-04-18 18:57:08 +08:00
committed by GitHub
+5 -2
View File
@@ -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";
};
})