picocrypt-ng: add ryand56 as maintainer

(cherry picked from commit 794d74dc72)
This commit is contained in:
Ryan Omasta
2026-06-01 17:18:09 -06:00
committed by github-actions[bot]
parent 6129ac4027
commit 5c1c1e55ef

View File

@@ -76,7 +76,10 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/Picocrypt-NG/Picocrypt-NG";
changelog = "https://github.com/Picocrypt-NG/Picocrypt-NG/blob/${finalAttrs.version}/Changelog.md";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ tbutter ];
maintainers = with lib.maintainers; [
tbutter
ryand56
];
mainProgram = "picocrypt-ng-gui";
};
})