renode: add znaniye as maintainer

This commit is contained in:
znaniye 2025-08-10 16:06:14 -03:00
parent 0421dbf594
commit 5bb23b5abb

View File

@ -193,7 +193,10 @@ buildDotnetModule rec {
downloadPage = "https://github.com/renode/renode";
homepage = "https://renode.io";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ otavio ];
maintainers = with lib.maintainers; [
otavio
znaniye
];
platforms = [ "x86_64-linux" ];
};
}