keepassxc: add ryand56 as maintainer

This commit is contained in:
Ryan Omasta
2025-11-23 18:52:47 -07:00
parent a5385f6820
commit 9b3203f799
+1
View File
@@ -188,6 +188,7 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "keepassxc";
maintainers = with lib.maintainers; [
sigmasquadron
ryand56
];
platforms = lib.platforms.linux ++ lib.platforms.darwin;
};