renode: add znaniye as maintainer
This commit is contained in:
parent
0421dbf594
commit
5bb23b5abb
@ -193,7 +193,10 @@ buildDotnetModule rec {
|
|||||||
downloadPage = "https://github.com/renode/renode";
|
downloadPage = "https://github.com/renode/renode";
|
||||||
homepage = "https://renode.io";
|
homepage = "https://renode.io";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
maintainers = with lib.maintainers; [ otavio ];
|
maintainers = with lib.maintainers; [
|
||||||
|
otavio
|
||||||
|
znaniye
|
||||||
|
];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user