1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 15:41:40 +00:00

buildbot: fix maintainer

This commit is contained in:
Samuel Leathers 2017-05-23 00:02:23 -04:00
parent fdbcee03fe
commit 61def1ef1e

View file

@ -235,6 +235,6 @@ in {
};
};
meta.maintainers = with lib.maintainers; [ nand0p Mic92 ];
meta.maintainers = with lib.maintainers; [ nand0p mic92 ];
}