picocrypt-ng: add ryand56 as maintainer

This commit is contained in:
Ryan Omasta
2026-06-02 22:53:10 -06:00
parent c070f8595c
commit 794d74dc72
+4 -1
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";
};
})