picocrypt-cli: add ryand56 as maintainer

This commit is contained in:
Ryan Omasta 2025-06-26 02:22:22 -06:00
parent 9fc8f3c504
commit 30f94f539d
No known key found for this signature in database

View File

@ -29,7 +29,10 @@ buildGoModule (finalAttrs: {
description = "Command-line interface for Picocrypt";
homepage = "https://github.com/Picocrypt/CLI";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ arthsmn ];
maintainers = with lib.maintainers; [
arthsmn
ryand56
];
mainProgram = "picocrypt";
};
})