r2modman: add hythera as maintainer

This commit is contained in:
Hythera
2026-02-15 17:13:02 +01:00
parent f6ae63fed9
commit bf04ee5511
+1
View File
@@ -111,6 +111,7 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "r2modman";
maintainers = with lib.maintainers; [
huantian
hythera
];
inherit (electron.meta) platforms;
};